From a361bff698e34efbce936ea7e7041a6919ee5132 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 15:52:28 +0200 Subject: [PATCH] removed api endpoints since homelab supports it --- features/homelab-dashboard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; }