From 934fb3a7a1ee00eaf9728cffb96010c60cc83360 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 13 Oct 2024 02:16:18 +0200 Subject: pass encrypt with recipient in file --- profiles/core/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 56710c8..f3a2500 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -320,6 +320,7 @@ export EDITOR="nvim" export TERMINAL="st" export PATH="''${KREW_ROOT:-$HOME/.krew}/bin:$PATH" + export PASSWORD_STORE_GPG_OPTS='--no-throw-keyids' # Workarounds for completion here... command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init zsh)" -- cgit v1.2.3