thinkpad: move fprintd comment from X220 to parent profile
This commit is contained in:
parent
e4639aa028
commit
2951a4f4b0
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue