Change timezone for framework

This commit is contained in:
Natsu Kagami 2025-04-20 12:08:36 -04:00
parent 5f52428a64
commit 606ffd7459
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -21,6 +21,8 @@
./wireless.nix ./wireless.nix
]; ];
time.timeZone = lib.mkForce "America/Toronto";
# Sops # Sops
common.linux.sops.enable = true; common.linux.sops.enable = true;
common.linux.sops.file = ./secrets.yaml; common.linux.sops.file = ./secrets.yaml;