mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-14 08:58:30 +02:00
system: allow ports 80 and 443
This commit is contained in:
@ -245,7 +245,10 @@ in
|
|||||||
68
|
68
|
||||||
] ++ optional allowSRB2Port [ 5029 ];
|
] ++ optional allowSRB2Port [ 5029 ];
|
||||||
|
|
||||||
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
|
allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
] ++ optional allowDevPort [ 3000 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user