From 8f1e166f88195f8ab9a9fbc6a0ad09799100834e Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 4 Feb 2024 08:31:31 +0100 Subject: [PATCH] topgrade: use pre_sudo and assume_yes --- modules/home/topgrade/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/topgrade/default.nix b/modules/home/topgrade/default.nix index 921f394..5b80fd4 100644 --- a/modules/home/topgrade/default.nix +++ b/modules/home/topgrade/default.nix @@ -29,6 +29,8 @@ in { enable = true; settings = { misc.no_self_update = true; + misc.pre_sudo = true; # Cache sudo password for 5 more minutes + misc.assume_yes = true; git = { # Additional git repositories to pull