small refactor of the ombi file
This commit is contained in:
parent
1cc6ff768b
commit
28655acfc4
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
users.users = {
|
users.users = {
|
||||||
ombi.extraGroups = ["radarr" "sonarr" "aria2"];
|
ombi.extraGroups = ["radarr" "sonarr" "aria2" "nextcloud"];
|
||||||
};
|
};
|
||||||
services.ombi = {
|
services.ombi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -15,18 +15,13 @@
|
||||||
radarr.extraGroups = ["aria2" "nextcloud"];
|
radarr.extraGroups = ["aria2" "nextcloud"];
|
||||||
sonarr.extraGroups = ["aria2" "nextcloud"];
|
sonarr.extraGroups = ["aria2" "nextcloud"];
|
||||||
};
|
};
|
||||||
#uses port 7878
|
|
||||||
services.radarr = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
#uses port 8989
|
services = {
|
||||||
services.sonarr = {
|
#uses port 7878
|
||||||
enable = true;
|
radarr.enable = true;
|
||||||
};
|
#uses port 8989
|
||||||
|
sonarr.enable = true;
|
||||||
services.prowlarr = {
|
prowlarr.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
Loading…
Reference in a new issue