Set timezone
This commit is contained in:
parent
580601ddd5
commit
ee6bf03506
|
@ -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;
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue