get sudo touch id / watch working

didn't actually enable these things...
This commit is contained in:
sloane 2025-05-16 09:13:10 -04:00
parent 52c7435716
commit 50e4939872
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -12,7 +12,12 @@
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin";
security.pam.services.sudo_local.touchIdAuth = true;
security.pam.services.sudo_local = {
enable = true;
reattach = true;
touchIdAuth = true;
watchIdAuth = true;
};
system.defaults = {
dock = {