NixFiles/systems/nixos/firewall.nix

7 lines
96 B
Nix

{ config, ... }:
{
# Disable the firewall altogether
networking.firewall.enable = false;
}