From 5403d97506a320f025dbc63b52789ba21b8e8fa9 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 20 Feb 2026 20:31:09 +0100 Subject: [PATCH] [fanny] open 443 --- machines/fanny/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };