fix(nix): change timezone
This commit is contained in:
parent
49c04bbf7e
commit
8b8d4cde8f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue