fix: remove invalid networking.firewall.defaultAllow option - NixOS denies by default
This commit is contained in:
@@ -316,7 +316,6 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
defaultAllow = false;
|
||||
|
||||
# Only essential ports exposed to internet
|
||||
allowedTCPPorts = [
|
||||
|
||||
Reference in New Issue
Block a user