fix transmission

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-05-12 14:21:17 +02:00
parent a6eb2f375e
commit 29fc2d6a1b
3 changed files with 13 additions and 13 deletions

View File

@@ -9,10 +9,10 @@ let
in {
nixarr = {
enable = true;
# vpn = {
# enable = true;
# wgConf = config.sops.secrets.wireguard-pia.path;
# };
vpn = {
enable = true;
wgConf = config.sops.secrets.wireguard-pia.path;
};
mediaDir = "/data/media";
stateDir = "/data/.state/nixarr";
@@ -22,11 +22,11 @@ in {
radarr.enable = true;
sonarr.enable = true;
bazarr.enable = true;
# transmission = {
# enable = true;
# extraSettings = { trash-original-torrent-files = true; };
# vpn.enable = true;
# };
transmission = {
enable =true;
extraSettings = { trash-original-torrent-files = true; };
vpn.enable = true;
};
recyclarr = {
enable = true;