This commit is contained in:
Gregory Burd 2024-06-13 05:20:51 -04:00
parent a00df60b2d
commit 5f4239e1b9

View file

@ -107,7 +107,7 @@
security.pam.services.login.fprintAuth = true;
# similarly to how other distributions handle the fingerprinting login
security.pam.services.gdm-fingerprint = lib.mkIf (config.services.fprintd.enable) {
security.pam.services.gdm-fingerprint = lib.mkIf config.services.fprintd.enable {
text = ''
auth required pam_shells.so
auth requisite pam_nologin.so