1
1
Fork 1
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:
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
zlib-ng
pymodbus
pyipp
];
};

View file

@ -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;