commit 3e4a9147b5423be0d6f21117db152d899d0c7af4 parent b6b356d3c7081e31227c9a5b70651dab41b04e04 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 24 Oct 2022 10:18:32 +0200 systems/wakasu: disable fprintd Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/wakasu.nix | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/systems/hosts/wakasu.nix b/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; - # }; - # }; - # }; }