conditional gpg agent

This commit is contained in:
Michael Thomson 2024-09-09 09:33:59 -04:00
parent 918b72c8fd
commit 7139def62c
No known key found for this signature in database

View File

@ -23,7 +23,7 @@
services = {
gpg-agent = {
enable = true;
enable = !pkgs.stdenv.isDarwin;
pinentryPackage = pkgs.pinentry-curses;
};
};