about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-26T13·58+0100
committerVincent Ambo <tazjin@google.com>2020-04-26T13·58+0100
commit64894062a9ddac94a1c65ed7b6803303ecf3b3ba (patch)
treed21af0d0c9196ecb36cd7f56a23b7d92e09f5623 /ops
parent0d7373974077125c15a7492edb37a9132998183a (diff)
feat(ops/nixos/camden): Disable camden firewall r/690
The local network is considered trusted and ingress from the outside
world is now handled by the Edgerouter.
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/camden/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/camden/default.nix b/ops/nixos/camden/default.nix
index f37d6a1f78..8b586dced4 100644
--- a/ops/nixos/camden/default.nix
+++ b/ops/nixos/camden/default.nix
@@ -88,7 +88,7 @@ in lib.fix(self: {
       }
     ];
 
-    firewall.allowedTCPPorts = [ 22 8080 80 443 1935 ];
+    firewall.enable = false;
   };
 
   time.timeZone = "UTC";