Compare commits
2 commits
20b1f57cff
...
cfc69dcbb0
| Author | SHA1 | Date | |
|---|---|---|---|
| cfc69dcbb0 | |||
| 3b55da2235 |
2 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
file
|
file
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
htop
|
htop btop
|
||||||
ncdu
|
ncdu
|
||||||
killall
|
killall
|
||||||
ranger nnn # joshuto
|
ranger nnn # joshuto
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}";
|
passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}";
|
||||||
sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password";
|
sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password";
|
||||||
|
extraConfig = ''
|
||||||
|
exclude_regex = /home/.*/\.cache
|
||||||
|
exclude_regex = /home/.*/\.mozilla
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Flatpak
|
# Flatpak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue