my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(darwin): touch id

isabel d4c5009b de19a5d2

+1 -1
+1 -1
modules/darwin/security/pam.nix
··· 1 1 { 2 2 # allow for using Touch ID for sudo authentication 3 - security.pam.enableSudoTouchIdAuth = true; 3 + security.pam.services.sudo_local.touchIdAuth = true; 4 4 }