config/systems/laptop/sudo.nix
2024-09-24 16:34:49 +01:00

4 lines
49 B
Nix

{
security.pam.enableSudoTouchIdAuth = true;
}