backwards: Enable sonarr for jellyfin

This commit is contained in:
Alexander Heldt
2024-09-16 21:33:18 +02:00
parent daa1d80e33
commit 8603ec662f

View File

@@ -47,6 +47,13 @@ in
prowlarr.enable = true; prowlarr.enable = true;
sonarr = {
enable = true;
user = "alex";
group = "users";
};
nginx = lib.mkIf nginxEnabled { nginx = lib.mkIf nginxEnabled {
virtualHosts."jelly.ppp.pm" = { virtualHosts."jelly.ppp.pm" = {
locations = { locations = {