*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,17 @@
port = service_configs.ports.private.sonarr.port;
auth = true;
})
(lib.mkArrSettingsService {
name = "sonarr";
port = service_configs.ports.private.sonarr.port;
dataDir = service_configs.sonarr.dataDir;
# Stop Sonarr from auto-upgrading to PROPER/REPACK releases purely on
# revision. Repack/Proper +5 in the recyclarr custom formats already gives
# them a small preference; PreferAndUpgrade made revision override CF score
# entirely, which silently swapped scored 4K WEB-DL files for low-scored
# 1080p Bluray Remux PROPERs.
settings.mediamanagement.downloadPropersAndRepacks = "doNotPrefer";
})
];
systemd.tmpfiles.rules = [