This commit is contained in:
mjallen18
2025-09-01 18:20:34 -05:00
parent 93c698c2de
commit 6e1f6c23fe
5 changed files with 90 additions and 86 deletions

View File

@@ -52,10 +52,6 @@ in
after = [ "gpg-agent.service" ];
};
# Enable gnome keyring for password storage
security.pam.services.login.enableGnomeKeyring = true;
services.gnome.gnome-keyring.enable = true;
# Configure gpg-agent
programs.gnupg.agent = {
enable = true;