Files
nixos-config/modules/global/firewall.nix

7 lines
96 B
Nix
Raw Normal View History

2025-08-20 18:24:02 +03:00
{ ... }: {
networking.firewall = {
allowedTCPPorts = [];
allowedUDPPorts = [];
};
}