mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed pi.hole path
This commit is contained in:
parent
a1a48e2906
commit
28a93bfb94
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue