diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index f472355..1909894 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -154,7 +154,7 @@ in }; firewall = { - allowedTCPPorts = [ 80 ]; + allowedTCPPorts = [ 80 443 ]; }; };