update config
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2025-02-06 11:28:06 +01:00
parent 30325bac2f
commit bc93b5bd45
2 changed files with 2 additions and 5 deletions

View file

@ -43,12 +43,11 @@ in {
systemd.services.rtorrent.after = [ "nfs-client.target" ];
services.flood = {
services.v.flood = {
enable = true;
host = "0.0.0.0";
openFirewall = true;
extraArgs = [ ];
# inherit (config.services.rtorrent) downloadDir;
inherit (config.services.rtorrent) downloadDir;
};
vault-secrets.secrets.rtorrent = { services = [ "wg-quick-wg0" ]; };

View file

@ -112,8 +112,6 @@ in
enable = true;
# index new email as they arrive
autoIndex = true;
# this only applies to plain text attachments, binary attachments are never indexed
indexAttachments = true;
enforced = "body";
memoryLimit = 2000;
autoIndexExclude = [ "\\Junk" ];