fixed pi.hole path

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

View file

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