fixed pi.hole path

This commit is contained in:
chloe 2024-07-16 14:43:50 +02:00
parent a1a48e2906
commit 28a93bfb94

View file

@ -215,11 +215,11 @@ in
"Pi.hole" = { "Pi.hole" = {
icon = "pihole"; icon = "pihole";
description = "Bloqueur de pubs DNS/DHCP"; description = "Bloqueur de pubs DNS/DHCP";
href = "http://${cfg.piholeURL}"; href = "http://${cfg.piholeURL}/admin";
widget = { widget = {
type = "pihole"; type = "pihole";
key = config.sops.secrets.pihole; key = config.sops.secrets.pihole;
url = "http://${cfg.piholeURL}"; url = "http://${cfg.piholeURL}/admin";
}; };
}; };
} }