We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ff685 commit 097b63dCopy full SHA for 097b63d
nixos/modules/services/x11/display-managers/gdm.nix
@@ -310,8 +310,11 @@ in
310
311
gdm-autologin.text = ''
312
auth requisite pam_nologin.so
313
-
314
auth required pam_succeed_if.so uid >= 1000 quiet
+ ${lib.optionalString pamCfg.login.enableGnomeKeyring ''
315
+ auth [success=ok default=1] ${pkgs.gnome.gdm}/lib/security/pam_gdm.so
316
+ auth optional ${pkgs.gnome-keyring}/lib/security/pam_gnome_keyring.so
317
+ ''}
318
auth required pam_permit.so
319
320
account sufficient pam_unix.so
0 commit comments