mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 00:15:35 +02:00
system: allow ports 80 and 443
This commit is contained in:
parent
a643b97cdc
commit
ed83941bbe
@ -245,7 +245,10 @@ in
|
|||||||
68
|
68
|
||||||
] ++ optional allowSRB2Port [ 5029 ];
|
] ++ optional allowSRB2Port [ 5029 ];
|
||||||
|
|
||||||
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
|
allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
] ++ optional allowDevPort [ 3000 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user