feat: enable pyipp on hass and allow fritzbox access

This commit is contained in:
oddlama 2025-01-26 04:04:11 +01:00
parent 962532ea09
commit c39a285bc9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 0 deletions

View file

@ -113,6 +113,7 @@ in
adguardhome adguardhome
zlib-ng zlib-ng
pymodbus pymodbus
pyipp
]; ];
}; };

View file

@ -70,6 +70,7 @@ in
# is over TLS. # is over TLS.
extraConfig = '' extraConfig = ''
proxy_ssl_verify off; proxy_ssl_verify off;
allow ${globals.net.home-lan.vlans.services.hosts.sausebiene.ipv4};
allow ${globals.net.home-lan.vlans.home.cidrv4}; allow ${globals.net.home-lan.vlans.home.cidrv4};
allow ${globals.net.home-lan.vlans.home.cidrv6}; allow ${globals.net.home-lan.vlans.home.cidrv6};
deny all; deny all;