feat(ada): u2f init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:13:50 +03:00
parent 23357404de
commit 3cfd36f1d7

11
ada/security/pam/u2f.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
security = {
pam = {
u2f = {
enable = true;
cue = true;
# control = "required";
};
};
};
}