hass: re-add standard auth provider

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

View File

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