get gnupg to work

This commit is contained in:
Christoph Cullmann 2025-05-13 23:40:26 +02:00
parent 6480d247ad
commit 87394bee3d
No known key found for this signature in database

View file

@ -585,4 +585,8 @@ in
}; };
services.open-webui.enable = true; services.open-webui.enable = true;
# get gnupg to work
programs.gnupg.agent.enable = true;
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
} }