config/systems/laptop/sudo.nix

4 lines
49 B
Nix
Raw Normal View History

2024-09-15 12:56:25 +01:00
{
security.pam.enableSudoTouchIdAuth = true;
}