update server

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 4a0a78fcd868e0be2a195f3bebdc82087ffd8e1e
This commit is contained in:
Hadi
2025-06-17 15:54:12 +02:00
parent 88d712360a
commit 8d75aa0b2d
4 changed files with 11 additions and 8 deletions

View File

@@ -21,13 +21,15 @@ in {
prowlarr.enable = true;
radarr.enable = true;
sonarr.enable = true;
bazarr.enable = true;
bazarr = {
enable = true;
vpn.enable = true;
};
transmission = {
enable =true;
enable = true;
extraSettings = { trash-original-torrent-files = true; };
vpn.enable = true;
};
recyclarr = {
enable = true;
configFile = config.sops.secrets.recyclarr.path;