removed readarr since lacks support for french stuff

This commit is contained in:
Harry 2024-07-16 11:30:25 +02:00
parent 49af8e2e77
commit cf9653adb0
2 changed files with 0 additions and 17 deletions

View file

@ -21,11 +21,6 @@ in
openFirewall = true;
};
services.readarr = {
enable = true;
openFirewall = true;
};
services.prowlarr = {
enable = true;
openFirewall = true;

View file

@ -120,18 +120,6 @@ in
href = "http://${ip}:5030";
};
}
{
"Readarr" = {
icon = "readarr";
description = "Moteur de recherche de livres";
href = "http://${ip}:8787/";
widget = {
type = "readarr";
url = "http://$ip:8787";
key = config.sops.secrets.readarr;
};
};
}
{
"Prowlarr" = {
icon = "prowlarr";