system: allow ports 80 and 443

This commit is contained in:
Donovan Glover 2024-12-18 12:53:28 -05:00
parent a643b97cdc
commit ed83941bbe
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -245,7 +245,10 @@ in
68
] ++ optional allowSRB2Port [ 5029 ];
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
allowedTCPPorts = [
80
443
] ++ optional allowDevPort [ 3000 ];
};
};