nixos/ly: unlock gnome-keyring on login when enabled (#341900)

This commit is contained in:
Aleksana 2024-09-17 16:10:38 +08:00 committed by GitHub
commit e9e4fb40ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,7 @@ in
security.pam.services.ly = {
startSession = true;
unixAuth = true;
enableGnomeKeyring = lib.mkDefault config.services.gnome.gnome-keyring.enable;
};
environment = {