fix(nix): change time zone
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
f3de1b8dfa
commit
efb9c532f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
imports = [ ./hw.nix ];
|
||||
|
||||
networking.hostName = "framework";
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
# Bootloader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue