nausicaa: temporarily switch to JST
This commit is contained in:
parent
7e95da407b
commit
873fad1859
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,7 @@ in {
|
|||
#my.ip.tailscale6 = "fd7a:115c:a1e0:ab12:4843:cd96:627d:1a6c";
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/London";
|
||||
#time.timeZone = "Europe/London";
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
@ -333,6 +333,8 @@ in {
|
|||
|
||||
services.sysprof.enable = true;
|
||||
|
||||
time.timeZone = "Asia/Tokyo";
|
||||
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
# servers. You should change this only after NixOS release notes say you
|
||||
|
|
Loading…
Add table
Reference in a new issue