small refactor of the ombi file

This commit is contained in:
Lillian Violet 2024-01-04 19:24:58 +01:00
parent 1cc6ff768b
commit 28655acfc4

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"];
};
#uses port 7878
services.radarr = {
enable = true;
};
#uses port 8989
services.sonarr = {
enable = true;
};
services.prowlarr = {
enable = true;
services = {
#uses port 7878
radarr.enable = true;
#uses port 8989
sonarr.enable = true;
prowlarr.enable = true;
};
services.nginx = {