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" ];
|
systemd.services.rtorrent.after = [ "nfs-client.target" ];
|
||||||
|
|
||||||
services.flood = {
|
services.v.flood = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
extraArgs = [ ];
|
inherit (config.services.rtorrent) downloadDir;
|
||||||
# inherit (config.services.rtorrent) downloadDir;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vault-secrets.secrets.rtorrent = { services = [ "wg-quick-wg0" ]; };
|
vault-secrets.secrets.rtorrent = { services = [ "wg-quick-wg0" ]; };
|
||||||
|
|
|
@ -112,8 +112,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
# index new email as they arrive
|
# index new email as they arrive
|
||||||
autoIndex = true;
|
autoIndex = true;
|
||||||
# this only applies to plain text attachments, binary attachments are never indexed
|
|
||||||
indexAttachments = true;
|
|
||||||
enforced = "body";
|
enforced = "body";
|
||||||
memoryLimit = 2000;
|
memoryLimit = 2000;
|
||||||
autoIndexExclude = [ "\\Junk" ];
|
autoIndexExclude = [ "\\Junk" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue