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

View file

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