From 60060d94ddbfbba8dfb807d4e7ed7f0259b2774f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 3 Oct 2025 15:23:59 +0200 Subject: [PATCH] chore: do not allow `u2f` to unlock or login to computer anymore --- modules/core/yubikey.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/yubikey.nix b/modules/core/yubikey.nix index cb26b94..1fdad61 100644 --- a/modules/core/yubikey.nix +++ b/modules/core/yubikey.nix @@ -18,8 +18,8 @@ }; services = { - login.u2fAuth = true; - greetd.u2fAuth = true; + login.u2fAuth = false; + greetd.u2fAuth = false; sudo.u2fAuth = true; swaylock.fprintAuth = if (host == "sakura") then @@ -29,7 +29,7 @@ else false; # No longer using Hyprlock, might stay here for if I ever switch to it again. - hyprlock.u2fAuth = true; + hyprlock.u2fAuth = false; hyprlock.fprintAuth = if (host == "sakura") then true