about summary refs log tree commit diff
path: root/nix/hosts/wildcat/configuration.nix
diff options
context:
space:
mode:
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;