nix-config/hosts/modules/alexandria/networking.nix
2025-06-06 10:36:26 -03:00

13 lines
147 B
Nix

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