nixfiles/nixos/servers/web-server/firewall.nix

6 lines
69 B
Nix

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