diff options
Diffstat (limited to 'profiles/network/firewall.nix')
| -rw-r--r-- | profiles/network/firewall.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/network/firewall.nix b/profiles/network/firewall.nix new file mode 100644 index 0000000..1b30c84 --- /dev/null +++ b/profiles/network/firewall.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + networking = { + firewall = { + enable = false; + allowPing = true; + logRefusedConnections = false; + }; + }; +} |
