Commit 0e35b6913b9b

Vincent Demeester <vincent@sbr.pm>
2019-02-15 17:07:10
thinpad-x220: disable fprint for slimlock too
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8da849c
Changed files (1)
hardware/thinkpad-x220.nix
@@ -5,6 +5,7 @@
   boot.extraModprobeConfig = ''
   options iwlwifi 11n_disable=1
   '';
+  security.pam.services.slimlock.fprintAuth = false;
   security.pam.services.slim.fprintAuth = false;
   security.pam.services.login.fprintAuth = false;
   security.pam.services.xscreensaver.fprintAuth = false;