mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
removed readarr since lacks support for french stuff
This commit is contained in:
parent
49af8e2e77
commit
cf9653adb0
2 changed files with 0 additions and 17 deletions
|
@ -21,11 +21,6 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.readarr = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.prowlarr = {
|
services.prowlarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
|
@ -120,18 +120,6 @@ in
|
||||||
href = "http://${ip}:5030";
|
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" = {
|
"Prowlarr" = {
|
||||||
icon = "prowlarr";
|
icon = "prowlarr";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue