fix: remove invalid networking.firewall.defaultAllow option - NixOS denies by default
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user