update flake inputs, and install all gpg pinentry

This commit is contained in:
ulic-youthlic 2025-01-11 12:02:47 +08:00
parent 4f386934fe
commit 028c15e040
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 52 additions and 68 deletions

View file

@ -1,4 +1,9 @@
{ config, lib, ... }:
{
pkgs,
config,
lib,
...
}:
{
options = {
youthlic.programs.gpg = {
@ -20,6 +25,7 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-all;
};
programs.gpg = {
enable = true;