commit 817af51097d2a52ae866f01bec5b8e3f1eff804c
parent 37780373a49fb2b362f256df271eff60f6ba04a1
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:37:15 +0200
parent 37780373a49fb2b362f256df271eff60f6ba04a1
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:37:15 +0200
config/home/zaphyra/programs/gpg: cleanup
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/config/home/zaphyra/programs/gpg.nix b/config/home/zaphyra/programs/gpg.nix @@ -35,16 +35,6 @@ ''; programs = { - zsh.initExtra = '' - export GPG_TTY=$(tty) - export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) - gpgconf --launch gpg-agent - ''; - fish.interactiveShellInit = '' - gpgconf --launch gpg-agent - set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) - ''; - gpg = { enable = true; mutableTrust = true; @@ -72,8 +62,6 @@ defaultCacheTtlSsh = 600; sshKeys = [ - # katja@ctu.cx - "0FA22A1EADBBE75767686D2C3778D14F1A267146" # katja@zaphyra.eu "595A90924C65444EF00F0890BA85DE2A57DD79B2" ];