profiles/server: set UTC as the preferred timezone

This commit is contained in:
Gabriel Arazas 2023-02-10 10:15:37 +08:00
parent cc4d62af9f
commit 0e16da4c45
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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 # 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 # be sure to set the appropriate public keys for the users from that
# server. # server.