fix timezone

This commit is contained in:
Ingolf Wagner 2024-08-28 06:01:37 +07:00
parent 4489b24659
commit 581d41238c
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
{ {
# some system stuff # some system stuff
# ----------------- # -----------------
time.timeZone = lib.mkDefault "Europe/Berlin"; time.timeZone = "Europe/Berlin";
#time.timeZone = lib.mkDefault "Pacific/Auckland"; #time.timeZone = "Pacific/Auckland";
#time.timeZone = lib.mkDefault "Asia/Singapore"; #time.timeZone = "Asia/Singapore";
#time.timeZone = lib.mkDefault "Asia/Makassar"; #time.timeZone = "Asia/Makassar";
} }

View file

@ -16,7 +16,7 @@
]; ];
time.timeZone = "Asia/Bangkok"; time.timeZone = lib.mkForce "Asia/Bangkok";
#clan.core.facts.services = #clan.core.facts.services =
# let # let