nix-config/hosts/alexandria/firewall.nix

11 lines
122 B
Nix

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