From 28a93bfb94dc50774271e92f9a1d28a089579e29 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 14:43:50 +0200 Subject: [PATCH] fixed pi.hole path --- features/homelab-dashboard.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index f835eb5..b25f342 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -215,11 +215,11 @@ in "Pi.hole" = { icon = "pihole"; description = "Bloqueur de pubs DNS/DHCP"; - href = "http://${cfg.piholeURL}"; + href = "http://${cfg.piholeURL}/admin"; widget = { type = "pihole"; key = config.sops.secrets.pihole; - url = "http://${cfg.piholeURL}"; + url = "http://${cfg.piholeURL}/admin"; }; }; }