🔧 change timezone
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m45s

This commit is contained in:
Ingolf Wagner 2025-01-02 21:58:23 +13:00
parent e9d880054d
commit 14653b861b
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -27,8 +27,11 @@
];
time.timeZone = lib.mkForce "Asia/Bangkok";
#time.timeZone = lib.mkForce "Asia/Bangkok";
#time.timeZone = lib.mkForce "Asia/Tokyo";
time.timeZone = lib.mkForce "Pacific/Auckland";
#time.timeZone = lib.mkForce "Asia/Singapore";
#time.timeZone = lib.mkForce "Asia/Makassar";
#clan.core.facts.services =
# let