remove lidarr

This commit is contained in:
Vivian 2023-04-19 16:51:21 +02:00
parent 0d3b9c5cfd
commit b79c1ffc77
2 changed files with 2 additions and 11 deletions

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";
};
};
}