flakes/hosts/fondue/firewall.nix

3 lines
64 B
Nix

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