Commit 3e4a9147b542

Vincent Demeester <vincent@sbr.pm>
2022-10-24 10:18:32
systems/wakasu: disable fprintd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b6b356d
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -132,7 +132,6 @@ in
   services = {
     # automatic login is "safe" as we ask for the encryption passphrase anyway..
     getty.autologinUser = "vincent";
-    fprintd.enable = true;
     wireguard = {
       enable = true;
       ips = [ "${metadata.hosts.wakasu.wireguard.addrs.v4}/24" ];
@@ -142,16 +141,4 @@ in
     };
   };
 
-  # fingerprint auth is actually very weird.. especially on "office mode", when the lid can be closed.
-  # security = {
-  #   pam = {
-  #     services = {
-  #       login.fprintAuth = true;
-  #       swaylock-effects.fprintAuth = true;
-  #       sudo.fprintAuth = true;
-  #       system-local-login.fprintAuth = true;
-  #       su.fprintAuth = true;
-  #     };
-  #   };
-  # };
 }