diff options
author | Ben Sima <ben@bsima.me> | 2020-04-19 18:29:55 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-19 18:30:25 -0700 |
commit | e6aafc7d9abbb4252a5cb41d4da2cd134de61cfc (patch) | |
tree | 1f7426883333dd9a1c0df041b9774b71d05f07de /Biz | |
parent | 4fd6b499ca75aeffb951a76fdff6959d9adf055a (diff) |
Remove some comments
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" |