From 4b30d9995c88e67eda607c8619b31879123b2f36 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Thu, 19 Mar 2026 10:34:40 +0100 Subject: [PATCH] Remove sudo timeout --- hosts/galanthus/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/galanthus/configuration.nix b/hosts/galanthus/configuration.nix index 98690a0..b2ca8f2 100644 --- a/hosts/galanthus/configuration.nix +++ b/hosts/galanthus/configuration.nix @@ -23,7 +23,6 @@ security.sudo.extraConfig = '' Defaults lecture = never Defaults pwfeedback - Defaults timestamp_timeout = 0 Defaults env_keep += "DISPLAY EDITOR PATH" '';