From 64894062a9ddac94a1c65ed7b6803303ecf3b3ba Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Apr 2020 14:58:42 +0100 Subject: feat(ops/nixos/camden): Disable camden firewall The local network is considered trusted and ingress from the outside world is now handled by the Edgerouter. --- ops/nixos/camden/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/nixos/camden/default.nix') 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"; -- cgit 1.4.1