chore: change timezone to Asia/Shanghai

This commit is contained in:
Zhongheng Liu 2025-07-18 14:24:03 +08:00
commit ca8bd5829a
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 3 additions and 2 deletions

View file

@ -52,6 +52,7 @@
prismlauncher
protonvpn-gui
vlc
clash-verge-rev
rhythmbox
qq
shotwell
@ -61,7 +62,7 @@
heroic
];
myAutostartCommands = [
#"${pkgs.clash-verge-rev}/bin/clash-verge"
"${pkgs.clash-verge-rev}/bin/clash-verge"
];
programs = {

View file

@ -137,7 +137,7 @@
];
# turned off because timedatectl doesn't like it
time.hardwareClockInLocalTime = false;
time.timeZone = "Europe/Athens";
time.timeZone = "Asia/Shanghai";
services = {
#displayManager.sddm = {
# enable = true;