diff --git a/flake.nix b/flake.nix index d3987a1..fa1913f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 303 current 2025-10-11 16:41:52 25.05.20251006.20c4598 6.12.50 * +# generation: 304 current 2025-10-11 16:50:34 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/arr/radarr/default.nix b/modules/homelab/services/arr/radarr/default.nix index 966dc1e..9bf3606 100644 --- a/modules/homelab/services/arr/radarr/default.nix +++ b/modules/homelab/services/arr/radarr/default.nix @@ -90,8 +90,8 @@ in modules.services.glance.links.mediastack = [{ title = service; url = "https://${cfg.url}"; - error-url = "https://${homelab.host_ip}:${toString cfg.port}"; - check-url = "https://${homelab.host_ip}:${toString cfg.port}"; + error-url = "http://${homelab.host_ip}:${toString cfg.port}"; + check-url = "http://${homelab.host_ip}:${toString cfg.port}"; icon = "di:${service}"; allow-insecure = true; }]; diff --git a/modules/homelab/services/arr/sonarr/default.nix b/modules/homelab/services/arr/sonarr/default.nix index d2b0bef..802224c 100644 --- a/modules/homelab/services/arr/sonarr/default.nix +++ b/modules/homelab/services/arr/sonarr/default.nix @@ -88,8 +88,8 @@ in modules.services.glance.links.mediastack = [{ title = service; url = "https://${cfg.url}"; - error-url = "https://${homelab.host_ip}:${toString cfg.port}"; - check-url = "https://${homelab.host_ip}:${toString cfg.port}"; + error-url = "http://${homelab.host_ip}:${toString cfg.port}"; + check-url = "http://${homelab.host_ip}:${toString cfg.port}"; icon = "di:${service}"; allow-insecure = true; }];