Conditionally enable u2f auth.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-06-03 22:10:18 -07:00
parent 33cf802b18
commit 004300bb1a
2 changed files with 4 additions and 1 deletions

View file

@ -33,6 +33,8 @@ in
services.power-profiles-daemon.enable = true;
# Bonjour
services.murmur.bonjour = true;
yubikey.enable-u2f-auth = true;
# Allow using flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];