Add sonarr and radarr to nextcloud

This commit is contained in:
Lillian Violet 2024-01-04 15:46:25 +01:00
parent 64ed7e5703
commit 1cc6ff768b

View file

@ -12,8 +12,8 @@
}; };
users.users = { users.users = {
radarr.extraGroups = ["aria2"]; radarr.extraGroups = ["aria2" "nextcloud"];
sonarr.extraGroups = ["aria2"]; sonarr.extraGroups = ["aria2" "nextcloud"];
}; };
#uses port 7878 #uses port 7878
services.radarr = { services.radarr = {