🔧 change timezone
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3m31s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3m31s
This commit is contained in:
parent
7986a35f15
commit
e9d880054d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue