diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-30 09:37:30 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-30 10:14:00 -0400 |
| commit | ec10822997cbca9b318bc748b971f205cfb3beb5 (patch) | |
| tree | 3df100ddb18c3cb1cbab26d5875b926ba2058f17 | |
| parent | add sudo longer timeout for darwin (diff) | |
| download | nixos-ec10822997cbca9b318bc748b971f205cfb3beb5.tar.gz nixos-ec10822997cbca9b318bc748b971f205cfb3beb5.tar.bz2 nixos-ec10822997cbca9b318bc748b971f205cfb3beb5.zip | |
disable sudo local
| -rw-r--r-- | common-darwin.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
