*arr: fix (?)
All checks were successful
Build and Deploy / mreow (push) Successful in 1m7s
Build and Deploy / yarn (push) Successful in 52s
Build and Deploy / muffin (push) Successful in 1m16s

This commit is contained in:
2026-05-04 20:25:04 -04:00
parent a95f614dd9
commit 9ef9389672
3 changed files with 99 additions and 0 deletions

View File

@@ -21,6 +21,15 @@
port = service_configs.ports.private.radarr.port;
auth = true;
})
(lib.mkArrSettingsService {
name = "radarr";
port = service_configs.ports.private.radarr.port;
dataDir = service_configs.radarr.dataDir;
# See services/arr/sonarr.nix for the rationale -- Radarr exhibits the same
# bug, and has already imported ~10 FGT junk PROPER 2160p Remuxes (CF -9995)
# over good releases because PreferAndUpgrade ignored the CF score.
settings.mediamanagement.downloadPropersAndRepacks = "doNotPrefer";
})
];
services.radarr = {