stockholm/makefu/2configs/hw/fingerprint-reader.nix
2016-06-12 19:44:23 +02:00

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;
}