Rid me of gpg-agent

This commit is contained in:
Natsu Kagami 2022-09-12 20:31:15 +02:00
parent 53fcb21a18
commit 78cd53df9b
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 16 additions and 11 deletions

View file

@ -7,6 +7,6 @@ in
options.nki.services.pam.enableGnomeKeyring = mkEnableOption "Enable gnome-keyring on login";
config = mkIf cfg.enableGnomeKeyring {
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.login.gnupg.enable = true;
# security.pam.services.login.gnupg.enable = true;
};
}