server/system/firewall.nix
2024-10-07 15:32:17 +01:00

7 lines
96 B
Nix
Executable File

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