Enable u2f auth
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
pkgsStable,
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
|
||||
@@ -82,6 +82,12 @@ in
|
||||
};
|
||||
|
||||
pam = {
|
||||
u2f = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cue = true;
|
||||
};
|
||||
};
|
||||
yubico.enable = true;
|
||||
yubico.mode = "challenge-response";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user