reNixos/ada/security/pam/u2f.nix
s0me1newithhand7s 3cfd36f1d7 feat(ada): u2f init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:13:50 +03:00

11 lines
144 B
Nix

_: {
security = {
pam = {
u2f = {
enable = true;
cue = true;
# control = "required";
};
};
};
}