mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
removed api endpoints since homelab supports it
This commit is contained in:
parent
8c966746a0
commit
a361bff698
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ in
|
||||||
widget = {
|
widget = {
|
||||||
type = "pihole";
|
type = "pihole";
|
||||||
key = config.sops.secrets.pihole;
|
key = config.sops.secrets.pihole;
|
||||||
url = "http://${cfg.piholeURL}/admin/api.php";
|
url = "http://${cfg.piholeURL}/admin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue