diff options
Diffstat (limited to 'node/caribou.nix')
-rw-r--r-- | node/caribou.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/caribou.nix b/node/caribou.nix index d4b186d..e354754 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -26,6 +26,10 @@ # OR use USB modem plugged in here #networking.interfaces.enp0s20u1.useDHCP = true; + # Activate as Nomad and Consul server node + services.nomad.settings.server.enabled = true; + services.consul.extraConfig.server = true; + # Enable netdata monitoring services.netdata.enable = true; |