Update gpg pinentry

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-29 13:54:07 +00:00
parent 2292c5663c
commit 6883541678
6 changed files with 21 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
enable = true;
defaultCacheTtl = 31536000;
maxCacheTtl = 31536000;
pinentry.package = pkgs.pinentry-tty;
};
systemd.user = {

View File

@@ -25,6 +25,8 @@ in
ms-vsliveshare.vsliveshare
ms-vscode-remote.remote-ssh
naumovs.color-highlight
# FIXME: https://github.com/microsoft/vscode/issues/130415
wdhongtw.gpg-indicator
];
userSettings = {

View File

@@ -36,8 +36,5 @@ in
"Personal GPG Passphrase".source = hmConfig.sops.secrets."gpg/personal/pass".path;
"SAS GPG Passphrase".source = hmConfig.sops.secrets."gpg/sas/pass".path;
};
home.packages = [ pkgs.gcr ];
services.gpg-agent.pinentry.package = pkgs.pinentry-gnome3;
};
}