From cf9653adb04fbf0998a1f790f49b00560f4ac7df Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 11:30:25 +0200 Subject: [PATCH] removed readarr since lacks support for french stuff --- features/arr-suite.nix | 5 ----- features/homelab-dashboard.nix | 12 ------------ 2 files changed, 17 deletions(-) diff --git a/features/arr-suite.nix b/features/arr-suite.nix index 77a3e55..ebdc7d1 100644 --- a/features/arr-suite.nix +++ b/features/arr-suite.nix @@ -21,11 +21,6 @@ in openFirewall = true; }; - services.readarr = { - enable = true; - openFirewall = true; - }; - services.prowlarr = { enable = true; openFirewall = true; diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index 6969896..1b71bd6 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -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";