From e1423d2fed55efc1eab4684ae0c0c432002f03e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 18 Apr 2024 19:47:13 +0300 Subject: [PATCH] hass: remove trusted_networks username/password is good enough --- modules/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 index 7c6ae5c..16cf7a5 100644 --- 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 = {};