try to add jellyseerr

This commit is contained in:
Rohan Datar
2025-01-04 16:42:04 -06:00
parent 3c80d221c6
commit 422870af3f
4 changed files with 136 additions and 1 deletions
+6
View File
@@ -49,6 +49,10 @@ with lib; let
chown -R cross-seed:root "${cfg.transmission.privateTrackers.cross-seed.stateDir}"
find "${cfg.transmission.privateTrackers.cross-seed.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
''
+ strings.optionalString cfg.jellyseer.enable ''
chown -R jellyseer:root "${cfg.jellyseer.stateDir}"
find "${cfg.jellyseer.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
''
+ strings.optionalString cfg.prowlarr.enable ''
chown -R prowlarr:root "${cfg.prowlarr.stateDir}"
find "${cfg.prowlarr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
@@ -77,6 +81,7 @@ with lib; let
in {
imports = [
./jellyfin
./jellyseer
./bazarr
./ddns
./radarr
@@ -115,6 +120,7 @@ in {
The following services are supported:
- [Jellyfin](#nixarr.jellyfin.enable)
- [Jellyseer](#nixarr.Jellyseer.enable)
- [Bazarr](#nixarr.bazarr.enable)
- [Lidarr](#nixarr.lidarr.enable)
- [Prowlarr](#nixarr.prowlarr.enable)