stockholm/makefu/2configs/hw/fingerprint-reader.nix

7 lines
186 B
Nix
Raw Normal View History

2016-06-12 17:44:23 +00:00
_: {
# add fingerprint with fprintd-enroll
services.fprintd.enable = true;
security.pam.services.login.fprintAuth = true;
security.pam.services.xscreensaver.fprintAuth = true;
}