fix typos
This commit is contained in:
+5
-5
@@ -49,9 +49,9 @@ with lib; let
|
|||||||
chown -R cross-seed:root "${cfg.transmission.privateTrackers.cross-seed.stateDir}"
|
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 {} + \)
|
find "${cfg.transmission.privateTrackers.cross-seed.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
||||||
''
|
''
|
||||||
+ strings.optionalString cfg.jellyseer.enable ''
|
+ strings.optionalString cfg.jellyseerr.enable ''
|
||||||
chown -R jellyseer:root "${cfg.jellyseer.stateDir}"
|
chown -R jellyseerr:root "${cfg.jellyseerr.stateDir}"
|
||||||
find "${cfg.jellyseer.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
find "${cfg.jellyseerr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
||||||
''
|
''
|
||||||
+ strings.optionalString cfg.prowlarr.enable ''
|
+ strings.optionalString cfg.prowlarr.enable ''
|
||||||
chown -R prowlarr:root "${cfg.prowlarr.stateDir}"
|
chown -R prowlarr:root "${cfg.prowlarr.stateDir}"
|
||||||
@@ -81,7 +81,7 @@ with lib; let
|
|||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./jellyfin
|
./jellyfin
|
||||||
./jellyseer
|
./jellyseerr
|
||||||
./bazarr
|
./bazarr
|
||||||
./ddns
|
./ddns
|
||||||
./radarr
|
./radarr
|
||||||
@@ -120,7 +120,7 @@ in {
|
|||||||
The following services are supported:
|
The following services are supported:
|
||||||
|
|
||||||
- [Jellyfin](#nixarr.jellyfin.enable)
|
- [Jellyfin](#nixarr.jellyfin.enable)
|
||||||
- [Jellyseer](#nixarr.Jellyseer.enable)
|
- [Jellyseerr](#nixarr.jellyseerr.enable)
|
||||||
- [Bazarr](#nixarr.bazarr.enable)
|
- [Bazarr](#nixarr.bazarr.enable)
|
||||||
- [Lidarr](#nixarr.lidarr.enable)
|
- [Lidarr](#nixarr.lidarr.enable)
|
||||||
- [Prowlarr](#nixarr.prowlarr.enable)
|
- [Prowlarr](#nixarr.prowlarr.enable)
|
||||||
|
|||||||
Reference in New Issue
Block a user