diff options
Diffstat (limited to '')
| -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 = { |
