From ec10822997cbca9b318bc748b971f205cfb3beb5 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 09:37:30 -0400 Subject: disable sudo local --- common-darwin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common-darwin.nix') diff --git a/common-darwin.nix b/common-darwin.nix index 0b3bde3..62112fc 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -51,9 +51,9 @@ Defaults timestamp_timeout=60 ''; security.pam.services.sudo_local = { - enable = true; - reattach = true; - touchIdAuth = true; + enable = false; + reattach = false; + touchIdAuth = false; }; system = { -- cgit v1.3.1