Enable u2f auth

This commit is contained in:
2025-11-04 22:57:47 +03:00
parent b66a6cb1cd
commit bb59ec35e6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
{ {
pkgs, pkgs,
pkgsStable,
lib, lib,
config, config,
osConfig, osConfig,

View File

@@ -82,6 +82,12 @@ in
}; };
pam = { pam = {
u2f = {
enable = true;
settings = {
cue = true;
};
};
yubico.enable = true; yubico.enable = true;
yubico.mode = "challenge-response"; yubico.mode = "challenge-response";
}; };