gnome-keyring: don't integrate with PAM

PAM integration is only required if the keyring is encrypted on-disk
This commit is contained in:
Colin 2024-02-23 09:15:30 +00:00
parent 4a10c5f729
commit 84eae20765

View File

@ -43,8 +43,6 @@ in
};
};
security.pam.services.login.enableGnomeKeyring = lib.mkIf cfg.enabled true;
security.wrappers.gnome-keyring-daemon = lib.mkIf cfg.enabled {
owner = "root";
group = "root";