holy shit i put the wrong ntp ip in and now everythings out of sync-

This commit is contained in:
k3t
2026-06-05 23:56:41 -06:00
parent 0e97638898
commit d7342a1d40
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
services.timesyncd = {
enable = true;
servers = [
"192.168.0.1"
"192.168.1.1"
];
fallbackServers = [
"time-a-g.nist.gov"
@@ -27,4 +27,4 @@
LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8";
};
}
}