Use Singapore time (UTC+8) for mx1 and web01

Both hosts are in the Singapore region, not UTC+3.
This commit is contained in:
Berwn
2026-06-21 03:07:57 +07:00
parent dfdeb84ab8
commit 3f3f4118c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ in
address = hosts.${config.networking.hostName}.ipv6;
};
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
time.timeZone = "Etc/GMT-8"; # UTC+8 (Singapore, fixed offset, no DST)
services.timesyncd.enable = true;
}
+1 -1
View File
@@ -17,6 +17,6 @@ in
address = hosts.${config.networking.hostName}.ipv6;
};
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
time.timeZone = "Etc/GMT-8"; # UTC+8 (Singapore, fixed offset, no DST)
services.timesyncd.enable = true;
}