feat: NixOS | enable yubikey auth and login
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
security = {
|
security = {
|
||||||
rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
|
pam = {
|
||||||
|
u2f = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
cue = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
services = {
|
||||||
|
sudo.u2fAuth = true;
|
||||||
|
login.u2fAuth = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user