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:
commit
e9e4fb40ef
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ in
|
|||
security.pam.services.ly = {
|
||||
startSession = true;
|
||||
unixAuth = true;
|
||||
enableGnomeKeyring = lib.mkDefault config.services.gnome.gnome-keyring.enable;
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue