From 464d0980ca000868926e92aa5e7aaab77b7bfa91 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 7 Oct 2022 22:05:56 -0400 Subject: [PATCH] Enable touch ID on sudoral resolves #15 --- systems/darwin.nix | 2 ++ 1 file changed, 2 insertions(+) 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";