removed api endpoints since homelab supports it

This commit is contained in:
Harry 2024-07-16 15:52:28 +02:00
parent 8c966746a0
commit a361bff698

View file

@ -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";
};
};
}