aboutsummaryrefslogblamecommitdiff
path: root/profiles/network/firewall.nix
blob: 1b30c8431fa2fa61669af936b14a77c8b087b156 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                    
{ ... }:
{
  networking = {
    firewall = {
      enable = false;
      allowPing = true;
      logRefusedConnections = false;
    };
  };
}