This commit is contained in:
parent
163b0b255a
commit
30325bac2f
4 changed files with 111 additions and 109 deletions
|
@ -43,11 +43,12 @@ in {
|
|||
|
||||
systemd.services.rtorrent.after = [ "nfs-client.target" ];
|
||||
|
||||
services.v.flood = {
|
||||
services.flood = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
inherit (config.services.rtorrent) downloadDir;
|
||||
extraArgs = [ ];
|
||||
# inherit (config.services.rtorrent) downloadDir;
|
||||
};
|
||||
|
||||
vault-secrets.secrets.rtorrent = { services = [ "wg-quick-wg0" ]; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue