0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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 = {