Override my location

This commit is contained in:
Natsu Kagami 2024-04-26 17:06:05 -04:00
parent e17341a42f
commit feb61f5f41
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -74,6 +74,10 @@
# Override Timezone (hi Canada)
time.timeZone = lib.mkForce "America/Toronto";
home-manager.users.nki.services.wlsunset = {
latitude = lib.mkForce "43.4";
longitude = lib.mkForce "-80.5";
};
# Secrets
# sops.defaultSopsFile = ./secrets.yaml;