diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-01-29 21:45:51 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-01-29 21:45:51 -0600 |
| commit | d8d9c66bea5e472a38ee24292f9f9962b1043c83 (patch) | |
| tree | 496d051b6777a7c62a2c02015d56c3711bed14fb | |
| parent | a8667fbb8293830f65a82eff8428a834d3780f49 (diff) | |
sys/hardware/yubico: enable u2fAuth for system login
Diffstat (limited to '')
| -rw-r--r-- | sys/hardware/yubico.nix | 1 |
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; |
