mlaga97-nixos/tweaks/disable_firewall.nix

4 lines
51 B
Nix

{ ... }: {
networking.firewall.enable = false;
}