This commit is contained in:
parent
30325bac2f
commit
bc93b5bd45
2 changed files with 2 additions and 5 deletions
|
@ -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" ]; };
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue