mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: do not allow u2f to unlock or login to computer anymore
This commit is contained in:
parent
a060557360
commit
60060d94dd
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
login.u2fAuth = true;
|
login.u2fAuth = false;
|
||||||
greetd.u2fAuth = true;
|
greetd.u2fAuth = false;
|
||||||
sudo.u2fAuth = true;
|
sudo.u2fAuth = true;
|
||||||
swaylock.fprintAuth =
|
swaylock.fprintAuth =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
# No longer using Hyprlock, might stay here for if I ever switch to it again.
|
# No longer using Hyprlock, might stay here for if I ever switch to it again.
|
||||||
hyprlock.u2fAuth = true;
|
hyprlock.u2fAuth = false;
|
||||||
hyprlock.fprintAuth =
|
hyprlock.fprintAuth =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
true
|
true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue