From d68cc1520ba71a5cacc6d44ec05e3258aaf31e48 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 3 Oct 2024 23:00:23 -0400 Subject: [PATCH] add gh --- 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 e9397ab..dc4ffe1 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -52,7 +52,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_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 ~/.ssh/id_ed25519_gh"; ## Backups "borgmatic-backup-quick" = "sudo borgmatic --log-file-verbosity 2 -v1 --progress --log-file=/var/log/borgmatic.log -c /etc/borgmatic/config_checkless.yaml";