qbittorrent: enable queueing and AutoTMM

This commit is contained in:
2026-02-19 18:27:59 -05:00
parent 32861ee048
commit f914dc00ca
3 changed files with 11 additions and 6 deletions

View File

@@ -197,6 +197,7 @@
dataDir = services_dir + "/syncthing";
signalBackupDir = "/${zpool_ssds}/bak/signal";
grayjayBackupDir = "/${zpool_ssds}/bak/grayjay";
};
prowlarr = {
dataDir = services_dir + "/prowlarr";
@@ -226,7 +227,6 @@
moviesDir = torrents_path + "/media/movies";
tvDir = torrents_path + "/media/tv";
};
};
};
pkgs = import nixpkgs {