Set time.timeZone on mx1 and web01

Both had NTP (timesyncd) enabled but no timezone, unlike control/ns1/ns2.
Default to Etc/GMT-3 to match the majority of hosts.
This commit is contained in:
Berwn
2026-06-21 03:07:31 +07:00
parent 48bf7fb250
commit dfdeb84ab8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,5 +18,6 @@ in
address = hosts.${config.networking.hostName}.ipv6;
};
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
services.timesyncd.enable = true;
}
+1
View File
@@ -17,5 +17,6 @@ in
address = hosts.${config.networking.hostName}.ipv6;
};
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
services.timesyncd.enable = true;
}