🔧 change timezone
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3m31s

This commit is contained in:
Ingolf Wagner 2025-01-02 09:37:00 +07:00
parent 7986a35f15
commit e9d880054d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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