1
0
Fork 0

fix(nix): change timezone

This commit is contained in:
Lucas Sta Maria 2025-09-05 05:19:26 +08:00
parent 49c04bbf7e
commit 8b8d4cde8f
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -2,7 +2,7 @@
imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ]; imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ];
networking.hostName = "minji"; networking.hostName = "minji";
time.timeZone = "Asia/Singapore"; time.timeZone = "America/New_York";
# Bootloader # Bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;