chore: formatting
This commit is contained in:
committed by
Edward Pierzchalski
parent
122741de1f
commit
efae009f94
@@ -73,9 +73,9 @@ in {
|
|||||||
(mkIf cfg.readarr.enable {readarr.serviceConfig.SupplementaryGroups = ["readarr-api"];})
|
(mkIf cfg.readarr.enable {readarr.serviceConfig.SupplementaryGroups = ["readarr-api"];})
|
||||||
(mkIf cfg.prowlarr.enable {prowlarr.serviceConfig.SupplementaryGroups = ["prowlarr-api"];})
|
(mkIf cfg.prowlarr.enable {prowlarr.serviceConfig.SupplementaryGroups = ["prowlarr-api"];})
|
||||||
(mkIf cfg.recyclarr.enable {
|
(mkIf cfg.recyclarr.enable {
|
||||||
recyclarr.serviceConfig.SupplementaryGroups =
|
recyclarr.serviceConfig.SupplementaryGroups =
|
||||||
(optional cfg.sonarr.enable "sonarr-api") ++
|
(optional cfg.sonarr.enable "sonarr-api")
|
||||||
(optional cfg.radarr.enable "radarr-api");
|
++ (optional cfg.radarr.enable "radarr-api");
|
||||||
})
|
})
|
||||||
|
|
||||||
# Create API key extractors for enabled services
|
# Create API key extractors for enabled services
|
||||||
|
|||||||
Reference in New Issue
Block a user