fix: remove invalid networking.firewall.defaultAllow option
This commit is contained in:
@@ -314,9 +314,9 @@
|
||||
|
||||
# Firewall - default deny, explicit allow
|
||||
networking.firewall = {
|
||||
# Enable firewall with default deny policy (NixOS firewall denies all by default)
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
defaultAllow = false;
|
||||
|
||||
# Only essential ports exposed to internet
|
||||
allowedTCPPorts = [
|
||||
|
||||
Reference in New Issue
Block a user