nix/hosts/prefect/firewall.nix
Mr Hedgehog ca040b7125
hosts: add prefect
Signed-off-by: Mr Hedgehog <hedgehog@mrhedgehog.xyz>
2022-05-17 15:08:49 -04:00

3 lines
54 B
Nix

{
networking.firewall.allowedTCPPorts = [80 443];
}