11 lines
144 B
Nix
11 lines
144 B
Nix
_: {
|
|
security = {
|
|
pam = {
|
|
u2f = {
|
|
enable = true;
|
|
cue = true;
|
|
# control = "required";
|
|
};
|
|
};
|
|
};
|
|
}
|