diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index 49ec7f0..10b346e 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -48,7 +48,7 @@ shellAliases = { "sgc" = "sudo git -C /root/dotfiles"; ## SSH - "ssh-init" = "ssh-add -t 2h ~/.ssh/id_rsa_tails ~/.ssh/id_ed25519_tails ~/.ssh/id_ed25519_gl ~/.ssh/id_rsa_palatine ~/.ssh/id_ed25519_palatine ~/.ssh/id_ed25519_rota"; + "ssh-init" = "ssh-add -t 2h ~/.ssh/id_rsa_tails ~/.ssh/id_ed25519_tails ~/.ssh/id_rsa_palatine ~/.ssh/id_ed25519_palatine ~/.ssh/id_ed25519_rota"; ## Backups "borgmatic-backup-quick" = "sudo borgmatic --log-file-verbosity 2 -v1 --progress --log-file=/var/log/borgmatic.log -c /etc/borgmatic/config_checkless.yaml";