backwards: Enable sonarr for jellyfin
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user