summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-01-29 21:45:51 -0600
committerAlejandro Soto <alejandro@34project.org>2026-01-29 21:45:51 -0600
commitd8d9c66bea5e472a38ee24292f9f9962b1043c83 (patch)
tree496d051b6777a7c62a2c02015d56c3711bed14fb /sys
parenta8667fbb8293830f65a82eff8428a834d3780f49 (diff)
sys/hardware/yubico: enable u2fAuth for system login
Diffstat (limited to 'sys')
-rw-r--r--sys/hardware/yubico.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/hardware/yubico.nix b/sys/hardware/yubico.nix
index 09285e7..1c77675 100644
--- a/sys/hardware/yubico.nix
+++ b/sys/hardware/yubico.nix
@@ -46,6 +46,7 @@ in {
services = {
gtklock.u2fAuth = true;
+ login.u2fAuth = true;
su.u2fAuth = true;
sudo.u2fAuth = true;
systemd-run0.u2fAuth = true;