config

NixOS config
Log | Files | Refs | README | LICENSE

commit e1423d2fed55efc1eab4684ae0c0c432002f03e3 (tree)
parent e9c7d507f8f33669077f6416637095ed1ea0c21c
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 18 Apr 2024 19:47:13 +0300

hass: remove trusted_networks

username/password is good enough

Diffstat:
Mmodules/services/hass/default.nix | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/modules/services/hass/default.nix b/modules/services/hass/default.nix @@ -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 = {};