7 lines
186 B
Nix
7 lines
186 B
Nix
|
_: {
|
||
|
# add fingerprint with fprintd-enroll
|
||
|
services.fprintd.enable = true;
|
||
|
security.pam.services.login.fprintAuth = true;
|
||
|
security.pam.services.xscreensaver.fprintAuth = true;
|
||
|
}
|