🔧 change timezone
Some checks failed
Build all NixOS Configurations / nix build (push) Has been cancelled
Some checks failed
Build all NixOS Configurations / nix build (push) Has been cancelled
This commit is contained in:
parent
197e516ec1
commit
4ac6d12b0c
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
|||
|
||||
];
|
||||
|
||||
#time.timeZone = lib.mkForce "Asia/Bangkok";
|
||||
time.timeZone = lib.mkForce "Asia/Tokyo";
|
||||
time.timeZone = lib.mkForce "Asia/Bangkok";
|
||||
#time.timeZone = lib.mkForce "Asia/Tokyo";
|
||||
|
||||
#clan.core.facts.services =
|
||||
# let
|
||||
|
|
Loading…
Reference in a new issue