mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed pi.hole path
This commit is contained in:
parent
a1a48e2906
commit
28a93bfb94
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue