mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
8 lines
153 B
Nix
8 lines
153 B
Nix
{...}: {
|
|
flake.modules.darwin.sudo-auth = {
|
|
security.pam.services.sudo_local = {
|
|
touchIdAuth = true;
|
|
watchIdAuth = true;
|
|
};
|
|
};
|
|
}
|