mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
format fix
This commit is contained in:
parent
26e2bcda8e
commit
f65580b575
|
@ -27,7 +27,11 @@
|
|||
|
||||
# Authentication management.
|
||||
auth sufficient pam_unix.so likeauth try_first_pass likeauth nullok # unix (order 11500)
|
||||
${if config.services.fprintd.enable then "auth sufficient ${pkgs.fprintd}/lib/security/pam_fprintd.so # fprintd (order 11300)" else ""}
|
||||
${
|
||||
if config.services.fprintd.enable
|
||||
then "auth sufficient ${pkgs.fprintd}/lib/security/pam_fprintd.so # fprintd (order 11300)"
|
||||
else ""
|
||||
}
|
||||
|
||||
auth required pam_deny.so # deny (order 12300)
|
||||
|
||||
|
|
Loading…
Reference in a new issue