fix: remove invalid networking.firewall.defaultAllow option - NixOS denies by default

This commit is contained in:
2026-05-01 02:07:49 +00:00
parent 3e04ccc1e8
commit 6999d50f35

View File

@@ -316,7 +316,6 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowPing = true; allowPing = true;
defaultAllow = false;
# Only essential ports exposed to internet # Only essential ports exposed to internet
allowedTCPPorts = [ allowedTCPPorts = [