feat: music stuff

This commit is contained in:
Anish Lakhwara
2025-05-03 22:45:42 -07:00
parent da5352d5d8
commit ba1d3b96ed
5 changed files with 18 additions and 10 deletions
+4 -6
View File
@@ -2,10 +2,10 @@
{
services.jackett = {
enable = true;
host = "0.0.0.0";
port = 8011;
user = "jackett";
group = "transmission";
package = pkgs.unstable.jackett;
};
services.nginx.virtualHosts."jackett.mossnet.lan" = {
enableACME = false;
@@ -19,10 +19,8 @@
};
services.lidarr = {
enable = true;
host = "0.0.0.0";
port = 8012;
user = "lidarr";
group = "transmission";
user = "headphones";
group = "audio";
};
services.nginx.virtualHosts."lidarr.mossnet.lan" = {
enableACME = false;
@@ -30,7 +28,7 @@
locations."/" = {
extraConfig = ''
proxy_pass http://127.0.0.1:8012/;
proxy_pass http://127.0.0.1:8686/;
'';
};
};