NixFiles/systems/mdesktop/firewall.nix
2023-04-02 18:01:14 +01:00

7 lines
96 B
Nix

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