Commit 0e35b6913b9b
Changed files (1)
hardware
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;