From cadfdc62aba65f1fdf7d9273311970673cbcc455 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 22 Aug 2024 00:47:02 -0400 Subject: [PATCH] reduce number of keys --- users/alice/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";