From 3b55da223530e55da8f7a0d34269bdaecc9675c6 Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 5 Dec 2025 09:27:04 +0100 Subject: [PATCH 1/2] Rupert: Install btop --- base/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/packages.nix b/base/packages.nix index a572cfe..d81347f 100644 --- a/base/packages.nix +++ b/base/packages.nix @@ -10,7 +10,7 @@ file ripgrep fd - htop + htop btop ncdu killall ranger nnn # joshuto From cfc69dcbb0e03576f26bf903f41b39811e63fe1b Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 5 Dec 2025 09:27:19 +0100 Subject: [PATCH 2/2] Rupert: Exclude cache directories from backups --- hosts/Rupert.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 258ab2b..58130a0 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -83,6 +83,10 @@ in enable = true; passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}"; sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password"; + extraConfig = '' + exclude_regex = /home/.*/\.cache + exclude_regex = /home/.*/\.mozilla + ''; }; # Flatpak