update plex
Some checks failed
Plex Update / update (push) Has been cancelled

This commit is contained in:
Vivian 2025-01-27 15:08:10 +01:00
parent 163b0b255a
commit 30325bac2f
4 changed files with 111 additions and 109 deletions

View file

@ -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" ]; };