From 565aca5c1b0e88e5c12271a2d1b8e7e0fa2a218f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 9 Aug 2023 22:09:48 -0400 Subject: [PATCH] feat: make sudo timeout longer --- nixos/cfg/security.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/cfg/security.nix b/nixos/cfg/security.nix index b4a6384..fe49389 100644 --- a/nixos/cfg/security.nix +++ b/nixos/cfg/security.nix @@ -19,7 +19,7 @@ networking.firewall.enable = false; security.sudo.extraConfig = '' - Defaults timestamp_timeout=60 + Defaults timestamp_timeout=600 ''; security.pam.services = {