hass: enable trusted auth providers
This commit is contained in:
parent
48a4f1fc2e
commit
984b5b1be4
@ -44,14 +44,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