NixFiles/systems/nixos/firewall.nix

7 lines
96 B
Nix
Raw Permalink Normal View History

2023-12-19 19:08:55 +00:00
{ config, ... }:
{
# Disable the firewall altogether
networking.firewall.enable = false;
}