fix: remove invalid networking.firewall.defaultAllow option

This commit is contained in:
2026-05-01 03:52:57 +00:00
parent 65fa778b2b
commit 9b1f467db9

View File

@@ -314,9 +314,9 @@
# Firewall - default deny, explicit allow # Firewall - default deny, explicit allow
networking.firewall = { networking.firewall = {
# Enable firewall with default deny policy (NixOS firewall denies all by default)
enable = true; enable = true;
allowPing = true; allowPing = true;
defaultAllow = false;
# Only essential ports exposed to internet # Only essential ports exposed to internet
allowedTCPPorts = [ allowedTCPPorts = [