small refactor of the ombi file

This commit is contained in:
Lillian-Violet 2024-01-04 19:24:58 +01:00
parent 5c94973445
commit 31b4ac5d29

View file

@ -4,7 +4,7 @@
...
}: {
users.users = {
ombi.extraGroups = ["radarr" "sonarr" "aria2"];
ombi.extraGroups = ["radarr" "sonarr" "aria2" "nextcloud"];
};
services.ombi = {
enable = true;
@ -15,18 +15,13 @@
radarr.extraGroups = ["aria2" "nextcloud"];
sonarr.extraGroups = ["aria2" "nextcloud"];
};
services = {
#uses port 7878
services.radarr = {
enable = true;
};
radarr.enable = true;
#uses port 8989
services.sonarr = {
enable = true;
};
services.prowlarr = {
enable = true;
sonarr.enable = true;
prowlarr.enable = true;
};
services.nginx = {