mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
removed api endpoints since homelab supports it
This commit is contained in:
parent
8c966746a0
commit
a361bff698
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue