mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/ly: unlock gnome-keyring on login when enabled
This commit is contained in:
parent
c6e077b0b2
commit
ca139acf0e
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ in
|
||||||
security.pam.services.ly = {
|
security.pam.services.ly = {
|
||||||
startSession = true;
|
startSession = true;
|
||||||
unixAuth = true;
|
unixAuth = true;
|
||||||
|
enableGnomeKeyring = lib.mkDefault config.services.gnome.gnome-keyring.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue