about summary refs log tree commit diff
path: root/nix/hosts/wildcat/configuration.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-10-27 10:46:20 -0700
committerFranck Cuny <franck@fcuny.net>2024-10-27 10:46:20 -0700
commitd3a51a7a8e7beea94dd92bdc6ca7a17e6301d93f (patch)
treea2289775e98a01fa2f74a7154242007b903e28ec /nix/hosts/wildcat/configuration.nix
parentthis may simplify things ? (diff)
downloadworld-d3a51a7a8e7beea94dd92bdc6ca7a17e6301d93f.tar.gz
move firewall configuration to the network module
Diffstat (limited to '')
-rw-r--r--nix/hosts/wildcat/configuration.nix8
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;