From d3a51a7a8e7beea94dd92bdc6ca7a17e6301d93f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Oct 2024 10:46:20 -0700 Subject: move firewall configuration to the network module --- nix/hosts/wildcat/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nix/hosts/wildcat/configuration.nix') 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; -- cgit 1.4.1