Set timezone

This commit is contained in:
Natsu Kagami 2024-04-25 12:00:58 -04:00
parent 580601ddd5
commit ee6bf03506
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 0 deletions

View file

@ -69,6 +69,8 @@ in
universal-ctags
# tree-sitter for kak
kak-tree-sitter
# LSPs
metals
];
# xdg.configFile."kak-tree-sitter/config.toml".source = ./kak-tree-sitter.toml;

View file

@ -72,6 +72,9 @@
security.pam.services.swaylock.fprintAuth = true;
security.pam.services.login.fprintAuth = true;
# Override Timezone (hi Canada)
time.timeZone = lib.mkForce "America/Toronto";
# Secrets
# sops.defaultSopsFile = ./secrets.yaml;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];