diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index 1df99a0..3c64f0d 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -222,7 +222,7 @@ in widget = { type = "pihole"; key = config.sops.secrets.pihole; - url = "http://${cfg.piholeURL}/admin/api.php"; + url = "http://${cfg.piholeURL}/admin"; }; }; }