hass: remove trusted_networks

username/password is good enough
main
Motiejus Jakštys 2024-04-18 19:47:13 +03:00
parent e9c7d507f8
commit e1423d2fed
1 changed files with 8 additions and 8 deletions

View File

@ -42,14 +42,14 @@ in {
use_x_forwarded_for = true;
trusted_proxies = ["127.0.0.1"];
};
homeassistant = {
auth_providers = [
{
type = "trusted_networks";
trusted_networks = myData.subnets.motiejus.cidrs;
}
];
};
#homeassistant = {
# auth_providers = [
# {
# type = "trusted_networks";
# trusted_networks = myData.subnets.motiejus.cidrs;
# }
# ];
#};
wake_on_lan = {};