mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 08:48:29 +02:00
fix: programs.gpg-agent do not support darwin, running gnupg agent at system level
This commit is contained in:
@@ -11,4 +11,11 @@
|
||||
# security with gnome-kering
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
|
||||
# gpg agent with pinentry
|
||||
programs.gnupg.agent = {
|
||||
eanble = true;
|
||||
pinentryFlavor = "curses";
|
||||
enableSSHSupport = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user