feat(mediabox): forgot services, tunnel changes

This commit is contained in:
Kat Inskip 2024-01-24 17:42:21 -08:00
parent 15f5b7e9af
commit f1018dfbff
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 16 additions and 1 deletions

5
nixos/lidarr.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
services.lidarr = {
enable = true;
};
}

5
nixos/prowlarr.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
services.prowlarr = {
enable = true;
};
}

5
nixos/readarr.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
services.readarr = {
enable = true;
};
}

View file

@ -62,7 +62,6 @@ in {
"lidarr.gensokyo.zone".service = "http://localhost:8686"; "lidarr.gensokyo.zone".service = "http://localhost:8686";
"readarr.gensokyo.zone".service = "http://localhost:8787"; "readarr.gensokyo.zone".service = "http://localhost:8787";
"prowlarr.gensokyo.zone".service = "http://localhost:9696"; "prowlarr.gensokyo.zone".service = "http://localhost:9696";
"jackett.gensokyo.zone".service = "http://localhost:9117";
"deluge.gensokyo.zone".service = "http://localhost:${toString config.services.deluge.web.port}"; "deluge.gensokyo.zone".service = "http://localhost:${toString config.services.deluge.web.port}";
}; };
}; };

View file

@ -77,6 +77,7 @@ module "mediabox" {
"radarr", "radarr",
"bazarr", "bazarr",
"lidarr", "lidarr",
"readarr",
"radarr", "radarr",
"prowlarr", "prowlarr",
"tautulli", "tautulli",