Re-add explicit pinentry definitions

This commit is contained in:
2024-05-31 22:09:41 +01:00
parent 858e7ee947
commit 37c4fca572
3 changed files with 6 additions and 0 deletions

View File

@ -215,5 +215,7 @@ in {
] ++ (if config.virtualisation.podman.enable then [
pods
] else []);
home.services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
};
}