diff --git a/flake.nix b/flake.nix index 4993777..5404278 100644 --- a/flake.nix +++ b/flake.nix @@ -220,7 +220,7 @@ }; networking.firewall.allowedTCPPorts = - optionals cfg.openFirewall [ cfg.port ]; + optionals cfg.openFirewall [ cfg.httpPort cfg.httpsPort ]; }; }; });