diff options
author | Franck Cuny <franck@fcuny.net> | 2024-10-27 10:46:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-10-27 10:46:20 -0700 |
commit | d3a51a7a8e7beea94dd92bdc6ca7a17e6301d93f (patch) | |
tree | a2289775e98a01fa2f74a7154242007b903e28ec /nix/hosts/wildcat/configuration.nix | |
parent | this may simplify things ? (diff) | |
download | world-d3a51a7a8e7beea94dd92bdc6ca7a17e6301d93f.tar.gz |
move firewall configuration to the network module
Diffstat (limited to '')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix index d7ab350..7143ad8 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -1,12 +1,4 @@ { lib, pkgs, ... }: { - networking = { - firewall.allowedTCPPorts = [ - # nginx - 80 - 443 - ]; - }; - security.acme = { defaults.email = "acme@fcuny.net"; acceptTerms = true; |