NixFiles/systems/pogmachine/firewall.nix
2023-04-09 12:56:40 +01:00

7 lines
96 B
Nix

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