hass: remove trusted_networks
username/password is good enough
This commit is contained in:
parent
e9c7d507f8
commit
e1423d2fed
@ -42,14 +42,14 @@ in {
|
|||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = ["127.0.0.1"];
|
trusted_proxies = ["127.0.0.1"];
|
||||||
};
|
};
|
||||||
homeassistant = {
|
#homeassistant = {
|
||||||
auth_providers = [
|
# auth_providers = [
|
||||||
{
|
# {
|
||||||
type = "trusted_networks";
|
# type = "trusted_networks";
|
||||||
trusted_networks = myData.subnets.motiejus.cidrs;
|
# trusted_networks = myData.subnets.motiejus.cidrs;
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
#};
|
||||||
|
|
||||||
wake_on_lan = {};
|
wake_on_lan = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user