Commit 8da849ce477d

Vincent Demeester <vincent@sbr.pm>
2019-02-15 15:24:41
thinkpad-x220: disable slim / login fprint for now
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c0a9d60
Changed files (1)
hardware/thinkpad-x220.nix
@@ -5,6 +5,9 @@
   boot.extraModprobeConfig = ''
   options iwlwifi 11n_disable=1
   '';
+  security.pam.services.slim.fprintAuth = false;
+  security.pam.services.login.fprintAuth = false;
+  security.pam.services.xscreensaver.fprintAuth = false;
   services = {
     fprintd.enable = true;
     tlp = {
@@ -30,6 +33,4 @@ DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
 '';
     };
   };
-  security.pam.services.login.fprintAuth = true;
-  security.pam.services.xscreensaver.fprintAuth = true;
 }