diff --git a/systems/darwin.nix b/systems/darwin.nix index bd7314c..69fe6dc 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -48,6 +48,8 @@ nixpkgs.config.allowBroken = true; + security.pam.enableSudoTouchIdAuth = true; + # For home-manager to work. users.users.srid.name = "srid"; users.users.srid.home = "/Users/srid";