Enable u2f auth
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgsStable,
|
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
osConfig,
|
osConfig,
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user