diff options
Diffstat (limited to 'node/spoutnik.nix')
-rw-r--r-- | node/spoutnik.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/spoutnik.nix b/node/spoutnik.nix index 4aa6f91..1554de9 100644 --- a/node/spoutnik.nix +++ b/node/spoutnik.nix @@ -25,6 +25,10 @@ listenPort = 42136; }; + # Activate as Nomad and Consul server node + services.nomad.settings.server.enabled = true; + services.consul.extraConfig.server = true; + # Nginx configuration: services.nginx = { |