diff --git a/hosts/server/config.nix b/hosts/server/config.nix index 4971ccd..24c0e76 100755 --- a/hosts/server/config.nix +++ b/hosts/server/config.nix @@ -17,6 +17,9 @@ jellyfinConfig.enable = true; caddyConfig.enable = true; + networking.firewall = { + allowedTCPPorts = [ 443 ]; + }; environment = { etc."tmpfiles.d/home-permissions.conf".text = '' d /home/pagedmov 0750 pagedmov users - diff --git a/modules/sys/hardware/network.nix b/modules/sys/hardware/network.nix index 8acbab2..db8e3ce 100755 --- a/modules/sys/hardware/network.nix +++ b/modules/sys/hardware/network.nix @@ -14,7 +14,6 @@ }; firewall = { enable = true; - allowedTCPPorts = [ 443 ]; }; }; };