make sure web ports are allowed

This commit is contained in:
Joakim Repomaa
2025-02-08 15:42:01 +02:00
committed by Joakim Repomaa
parent e2f8d1eeff
commit 5c456d4a50
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -94,6 +94,6 @@ in
};
};
modules.firewall.allInterfaces = lib.mkDefault [ "web" ];
modules.firewall.allInterfaces = [ "web" ];
};
}