remove lidarr

This commit is contained in:
Vivian 2023-04-19 16:51:21 +02:00
parent 9b45b7d41c
commit 176983d4ca
2 changed files with 2 additions and 11 deletions

View file

@ -99,7 +99,7 @@
ip = "192.168.0.121";
mac = "4e:e7:64:b7:88:b8";
profile = "jackett";
nix = false; # superseded by prowlarr
nix = false; # superseded by prowlarr
};
"nginx" = {
ip = "192.168.0.123";
@ -162,11 +162,6 @@
ip = "192.168.0.138";
mac = "52:60:8a:06:86:9c";
};
"lidarr" = {
ip = "192.168.0.139";
mac = "7a:0f:25:e5:7f:e5";
nix = false;
};
"prowlarr" = {
ip = "192.168.0.140";
mac = "3a:67:8e:98:0c:a2";

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
let vs = config.vault-secrets.secrets;
in
{
@ -25,10 +25,6 @@ in
url = "http://radarr2:7878/";
paths = "/mnt/storage/torrents/r/Movie";
};
lidarr = {
url = "http://lidarr:8686/";
paths = "/mnt/storage/torrents/r/Music";
};
};
}