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

This commit is contained in:
Arjan Schrijver 2024-09-14 20:44:41 +02:00
parent c6e077b0b2
commit ca139acf0e

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