aboutsummaryrefslogtreecommitdiff
path: root/profiles/network/firewall.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/network/firewall.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/network/firewall.nix b/profiles/network/firewall.nix
index 1b30c84..b29dc31 100644
--- a/profiles/network/firewall.nix
+++ b/profiles/network/firewall.nix
@@ -2,7 +2,7 @@
{
networking = {
firewall = {
- enable = false;
+ enable = true;
allowPing = true;
logRefusedConnections = false;
};