local dns test and chrony added

This commit is contained in:
2026-06-29 23:03:17 +03:00
parent e2e0e57918
commit 3ec5efb090
6 changed files with 53 additions and 14 deletions
+4 -3
View File
@@ -113,9 +113,10 @@ let
hostName = "${xlib.device.hostname}";
networkmanager.enable = true;
firewall.enable = false;
# nameservers = [
# "127.0.0.1"
# ];
nameservers = [
"127.0.0.1"
"192.168.1.1"
];
};
system = {