mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/server: set UTC as the preferred timezone
This commit is contained in:
parent
cc4d62af9f
commit
0e16da4c45
@ -25,6 +25,11 @@ in
|
||||
'';
|
||||
}];
|
||||
|
||||
# Set the time zone. We're making it easier to track by assigning a
|
||||
# universal time zone and what could be more universal than the
|
||||
# "Coordinated Universal Time" (which does not abbreviates to UTC, WTF?).
|
||||
time.timeZone = "UTC";
|
||||
|
||||
# Most servers will have to be accessed for debugging so it is here. But
|
||||
# be sure to set the appropriate public keys for the users from that
|
||||
# server.
|
||||
|
Loading…
Reference in New Issue
Block a user