chore: do not allow u2f to unlock or login to computer anymore

This commit is contained in:
Ahwx 2025-10-03 15:23:59 +02:00
parent a060557360
commit 60060d94dd

View file

@ -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