Files
nixos-config/modules/global/firewall.nix
2025-08-20 18:24:02 +03:00

7 lines
96 B
Nix

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