thinkpad: move fprintd comment from X220 to parent profile

This commit is contained in:
Yegor Timoshenko 2017-12-24 11:17:39 +00:00
parent e4639aa028
commit 2951a4f4b0
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
2 changed files with 3 additions and 7 deletions

View File

@ -9,4 +9,7 @@
hardware.trackpoint.enable = lib.mkDefault true;
services.tlp.enable = lib.mkDefault true;
services.xserver.libinput.enable = lib.mkDefault true;
# Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
# services.fprintd.enable = true;
}

View File

@ -5,12 +5,5 @@
# hard disk protection if the laptop falls
services.hdapsd.enable = lib.mkDefault true;
# fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
#services.fprintd.enable = true;
#security.pam.services.login.fprintAuth = true;
#security.pam.services.xscreensaver.fprintAuth = true;
# similarly for other PAM providers
services.xserver.videoDrivers = [ "intel" ];
}