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:
@@ -18,5 +18,6 @@ in
|
|||||||
address = hosts.${config.networking.hostName}.ipv6;
|
address = hosts.${config.networking.hostName}.ipv6;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,5 +17,6 @@ in
|
|||||||
address = hosts.${config.networking.hostName}.ipv6;
|
address = hosts.${config.networking.hostName}.ipv6;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user