home-assistant: allow LAN network to access home-assistant

This commit is contained in:
Ingolf Wagner 2020-06-11 18:16:18 +02:00
parent 0054694bdf
commit 9a4225e39a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -32,8 +32,11 @@ in {
time_zone = config.time.timeZone;
auth_providers = [{
type = "trusted_networks";
trusted_networks =
[ config.module.cluster.services.tinc."private".networkSubnet ];
trusted_networks = [
config.module.cluster.services.tinc."private".networkSubnet
# lan network
"10.1.0.0/24"
];
}];
};