🔧 change timezone
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m45s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m45s
This commit is contained in:
parent
e9d880054d
commit
14653b861b
2 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue