feat(ada): u2f init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
23357404de
commit
3cfd36f1d7
1 changed files with 11 additions and 0 deletions
11
ada/security/pam/u2f.nix
Normal file
11
ada/security/pam/u2f.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
security = {
|
||||
pam = {
|
||||
u2f = {
|
||||
enable = true;
|
||||
cue = true;
|
||||
# control = "required";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue