NixFiles/systems/tau/firewall.nix
2023-05-13 21:48:48 +01:00

7 lines
96 B
Nix

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