Set per-machine timezones and enable NTP

control and ns2 use UTC+3 (Etc/GMT-3), ns1 uses UTC+1 (Etc/GMT-1) —
fixed offsets, no DST. Make systemd-timesyncd explicit on all three.
This commit is contained in:
Berwn
2026-06-14 15:02:34 +07:00
parent 91578a2b43
commit 306a2cf61e
3 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
];
# New machine!
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
services.timesyncd.enable = true;
}