server: open http/https

This commit is contained in:
2022-12-17 13:43:44 +01:00
parent 32cb7d281d
commit 285617c241

View File

@@ -79,7 +79,7 @@
firewall = {
enable = true;
allowedUDPPorts = [ ];
allowedTCPPorts = [ ];
allowedTCPPorts = [ 80 443 ];
};
};