1
0
Fork 0

fix(nix): change time zone

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-09-01 23:18:17 -04:00
parent f3de1b8dfa
commit efb9c532f2
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

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