NixFiles/systems/mmacbookpro/sudo.nix

6 lines
67 B
Nix

{ config, ... }:
{
security.pam.enableSudoTouchIdAuth = true;
}