diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Cloud/networking.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Biz/Cloud/networking.nix b/Biz/Cloud/networking.nix index d943c13..b259d86 100644 --- a/Biz/Cloud/networking.nix +++ b/Biz/Cloud/networking.nix @@ -2,13 +2,9 @@ { networking = { - firewall = { allowedTCPPorts = [ 22 80 443 ]; }; - - # This following was populated at runtime with the networking details - # gathered from the active system. nameservers = [ "67.207.67.2" "67.207.67.3" |