NixFiles/system/firewall.nix
2023-03-09 08:33:38 +00:00

7 lines
96 B
Nix

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