feat: allow homeassistant to see adguardhome

This commit is contained in:
oddlama 2025-01-26 03:10:22 +01:00
parent 3d37e2959f
commit 962532ea09
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 49 additions and 2 deletions

View file

@ -13,6 +13,12 @@ in
firewallRuleForNode.sentinel.allowedTCPPorts = [ config.services.adguardhome.port ];
};
# Allow home-assistant to access it directly
wireguard.proxy-home = {
client.via = "ward";
firewallRuleForNode.sausebiene.allowedTCPPorts = [ config.services.adguardhome.port ];
};
globals.services.adguardhome.domain = adguardhomeDomain;
globals.monitoring.dns.adguardhome = {
server = globals.net.home-lan.vlans.services.hosts.ward-adguardhome.ipv4;