Skip to content

Commit

Permalink
Enable sudo authentication with touch ID
Browse files Browse the repository at this point in the history
  • Loading branch information
uarun committed May 15, 2023
1 parent 388c3ee commit fddb7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

system.stateVersion = 4; #... This is here for backwards compatibility, don't change

security.pam.enableSudoTouchIdAuth = true; #... Enable sudo authentication with Touch ID

system.defaults = {
finder.AppleShowAllExtensions = true;
finder.FXEnableExtensionChangeWarning = false;
Expand Down

0 comments on commit fddb7f2

Please sign in to comment.