9 lines
136 B
Nix
9 lines
136 B
Nix
{
|
|
security.pam.services.sudo_local = {
|
|
enable = true;
|
|
reattach = true;
|
|
touchIdAuth = true;
|
|
watchIdAuth = true;
|
|
};
|
|
}
|