mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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
|
||||
zlib-ng
|
||||
pymodbus
|
||||
pyipp
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -70,6 +70,7 @@ in
|
|||
# is over TLS.
|
||||
extraConfig = ''
|
||||
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.cidrv6};
|
||||
deny all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue