Compare commits

...

2 commits

Author SHA1 Message Date
cfc69dcbb0 Rupert: Exclude cache directories from backups 2025-12-05 09:27:19 +01:00
3b55da2235 Rupert: Install btop 2025-12-05 09:27:04 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -10,7 +10,7 @@
file
ripgrep
fd
htop
htop btop
ncdu
killall
ranger nnn # joshuto

View file

@ -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