nix/module/Firewall.nix

5 lines
108 B
Nix

{ ... }: {
# Disable firewall as I configure firewall on my router.
networking.firewall.enable = false;
}