This commit is contained in:
2025-07-26 18:15:29 +03:00
parent 58d8907d04
commit aa8cb6da0f
+2 -1
View File
@@ -203,7 +203,8 @@ let
networking = {
hostName = "${inputs.zeroq.devices.server.hostname}";
networkmanager.enable = true;
networkmanager.dns = "default";
#networkmanager.dns = "default";
#enableIPv6 = true;
firewall.enable = false;
};