Disabled Firewall

This commit is contained in:
2026-02-20 19:28:49 +01:00
parent 1b7fd51ce0
commit 316880ec53
+1 -1
View File
@@ -2,7 +2,7 @@
{ {
networking.hostName = "nixos"; networking.hostName = "nixos";
networking.firewall.enable = true; networking.firewall.enable = false;
time.timeZone = "Europe/Brussels"; time.timeZone = "Europe/Brussels";
} }