added yubikey support

This commit is contained in:
2026-03-25 15:49:07 +01:00
parent c2c37cc50a
commit 842e4ea6fa
3 changed files with 52 additions and 0 deletions

View File

@@ -54,4 +54,8 @@
# Network host ID (needed for zfs, otherwise leave as-is)
hostId = "5ab03f50";
# YubiKey serial numbers for yubico-pam challenge-response
# Run: nix-shell --command 'ykinfo -s' -p yubikey-personalization
yubikeyIds = [ "12345678" ];
}