feat(mac): enable using TouchID for sudo

This commit is contained in:
Michael Thomas 2023-10-23 12:53:40 -04:00
parent 2b123a12a3
commit d2dca0390a

View File

@ -46,6 +46,8 @@
};
};
security.pam.enableSudoTouchIdAuth = true;
services = {
nix-daemon.enable = true;
};