feat: Added lidarr
This commit is contained in:
@@ -33,13 +33,13 @@
|
|||||||
trusted-users = ["root" "fs0c131y" "remotebuilder"];
|
trusted-users = ["root" "fs0c131y" "remotebuilder"];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
# "https://sh.darksailor.dev"
|
|
||||||
"https://nixos-raspberrypi.cachix.org"
|
"https://nixos-raspberrypi.cachix.org"
|
||||||
|
# "https://sh.darksailor.dev"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
# "mirai:bcVPoFGBZ0i7JAKMXIqLj2GY3CulLC4kP7rQyqes1RM="
|
|
||||||
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
|
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
|
||||||
|
# "mirai:bcVPoFGBZ0i7JAKMXIqLj2GY3CulLC4kP7rQyqes1RM="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ in {
|
|||||||
package = unstablePkgs.radarr;
|
package = unstablePkgs.radarr;
|
||||||
group = "media";
|
group = "media";
|
||||||
};
|
};
|
||||||
# prowlarr = {
|
lidarr = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# package = unstablePkgs.prowlarr;
|
package = unstablePkgs.lidarr;
|
||||||
# };
|
};
|
||||||
caddy.virtualHosts = {
|
caddy.virtualHosts = {
|
||||||
"sonarr.tsuba.darksailor.dev".extraConfig = ''
|
"sonarr.tsuba.darksailor.dev".extraConfig = ''
|
||||||
import hetzner
|
import hetzner
|
||||||
@@ -35,6 +35,10 @@ in {
|
|||||||
import hetzner
|
import hetzner
|
||||||
reverse_proxy localhost:${builtins.toString config.services.radarr.settings.server.port}
|
reverse_proxy localhost:${builtins.toString config.services.radarr.settings.server.port}
|
||||||
'';
|
'';
|
||||||
|
"lidarr.tsuba.darksailor.dev".extraConfig = ''
|
||||||
|
import hetzner
|
||||||
|
reverse_proxy localhost:${builtins.toString config.services.lidarr.settings.server.port}
|
||||||
|
'';
|
||||||
"prowlarr.tsuba.darksailor.dev".extraConfig = ''
|
"prowlarr.tsuba.darksailor.dev".extraConfig = ''
|
||||||
import hetzner
|
import hetzner
|
||||||
reverse_proxy mirai.darksailor.dev:9696
|
reverse_proxy mirai.darksailor.dev:9696
|
||||||
|
|||||||
Reference in New Issue
Block a user