NixFiles/systems/desktop/firewall.nix
2023-03-29 06:58:29 +01:00

7 lines
96 B
Nix

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