From 02ee0b3772da293f4646741c2e91d3a51f1e6598 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 09:20:17 -0400 Subject: add sudo longer timeout for darwin --- common-darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common-darwin.nix b/common-darwin.nix index 3e0dc45..0b3bde3 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -46,6 +46,10 @@ nerd-fonts.fira-code ]; + security.sudo.extraConfig = '' + Defaults timestamp_type=global + Defaults timestamp_timeout=60 + ''; security.pam.services.sudo_local = { enable = true; reattach = true; -- cgit v1.3.1