dotfiles/system/security.nix
2025-07-12 12:37:52 +03:00

9 lines
136 B
Nix

{
security.pam.services.sudo_local = {
enable = true;
reattach = true;
touchIdAuth = true;
watchIdAuth = true;
};
}