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