diff --git a/hosts/server/config.nix b/hosts/server/config.nix index 4971ccd..6a01ed4 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 8920 ]; + }; environment = { etc."tmpfiles.d/home-permissions.conf".text = '' d /home/pagedmov 0750 pagedmov users -