Commit c0a9d609f464

Vincent Demeester <vincent@sbr.pm>
2019-02-15 13:10:38
thinkpad-x220s: add fingerprint reader support ✋
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 923b136
Changed files (1)
hardware/thinkpad-x220.nix
@@ -6,6 +6,7 @@
   options iwlwifi 11n_disable=1
   '';
   services = {
+    fprintd.enable = true;
     tlp = {
       extraConfig = ''
 # CPU optimizations
@@ -29,4 +30,6 @@ DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
 '';
     };
   };
+  security.pam.services.login.fprintAuth = true;
+  security.pam.services.xscreensaver.fprintAuth = true;
 }