fix stuff

This commit is contained in:
2025-05-07 19:25:40 +02:00
parent 34a7ef00fd
commit 7bf49268f2
6 changed files with 18 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
# fix pinentry on non-gnome with this in
# the system config: services.dbus.packages = with pkgs; [ gcr ];