Revert timezone change

This commit is contained in:
Natsu Kagami 2024-05-07 08:24:49 -04:00
parent 5e8f6081f0
commit 5c9cde7f87
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -72,13 +72,6 @@
security.pam.services.swaylock.fprintAuth = true;
security.pam.services.login.fprintAuth = true;
# 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;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];