remove lidarr
This commit is contained in:
parent
0d3b9c5cfd
commit
b79c1ffc77
2 changed files with 2 additions and 11 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue