hass: re-add standard auth provider

This commit is contained in:
Motiejus Jakštys 2025-03-25 12:13:18 +00:00
parent 9498550f70
commit bd248eb2b8

View File

@ -64,6 +64,7 @@ in
};
homeassistant = {
auth_providers = [
{ type = "homeassistant"; }
{
type = "trusted_networks";
trusted_networks = myData.subnets.motiejus.cidrs;