diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-26 13:23:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-26 13:23:01 +0100 |
commit | 2f6d64a1a81de511c0b62dc2241dc08dc75e5283 (patch) | |
tree | 7b5a0eecc6c3b523340fea5ee2d45c66f4a4f1c5 /node/carcajou.nix | |
parent | 05bb108323cd7a28968f38a21817443ce17a429a (diff) | |
download | nixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.tar.gz nixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.zip |
Cleanup
Diffstat (limited to 'node/carcajou.nix')
-rw-r--r-- | node/carcajou.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node/carcajou.nix b/node/carcajou.nix index 0698663..59c2008 100644 --- a/node/carcajou.nix +++ b/node/carcajou.nix @@ -35,7 +35,4 @@ # Activate as Nomad and Consul server node services.nomad.settings.server.enabled = true; services.consul.extraConfig.server = true; - - # Use this node as entrypoint to cluster (Diplonat not working for now) - networking.firewall.allowedTCPPorts = [ 80 443 ]; } |