From 259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 19 Jun 2026 16:54:19 +0100 Subject: Mirror GnuPG config on VM --- nix/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/common.nix') diff --git a/nix/common.nix b/nix/common.nix index c1cf551..f9a7042 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -126,6 +126,7 @@ # Secrets — `pass-otp` is wired as an extension so `pass otp ...` # works against the same store. `pass` from pacman is removed. gnupg + pinentry-curses (pass.withExtensions (exts: [ exts.pass-otp ])) # C/C++ source tooling (no compiler driver in PATH). -- cgit v1.3.1