nixos/ly: unlock gnome-keyring on login when enabled (#341900)
This commit is contained in:
commit
e9e4fb40ef
@ -96,6 +96,7 @@ in
|
||||
security.pam.services.ly = {
|
||||
startSession = true;
|
||||
unixAuth = true;
|
||||
enableGnomeKeyring = lib.mkDefault config.services.gnome.gnome-keyring.enable;
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user