forked from mirrors_public/oddlama_nix-config
feat: enable pyipp on hass and allow fritzbox access
This commit is contained in:
parent
962532ea09
commit
c39a285bc9
2 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,7 @@ in
|
||||||
adguardhome
|
adguardhome
|
||||||
zlib-ng
|
zlib-ng
|
||||||
pymodbus
|
pymodbus
|
||||||
|
pyipp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue