mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
nix fmt
This commit is contained in:
parent
a00df60b2d
commit
5f4239e1b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue