From 53ea7327bf37996b7be2b570d98dd61a90d7eaac Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 13 Feb 2023 15:07:34 +0100 Subject: [PATCH] Update home assistant config --- loki/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index 8e51c29..0fc195b 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -352,7 +352,7 @@ with lib; { http = { use_x_forwarded_for = true; - trusted_proxies = [ "172.23.15.212" "::1" "127.0.0.1" ]; + trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ]; }; cloud = { }; @@ -363,7 +363,7 @@ with lib; { }]; esphome = { }; frontend = { }; - google_assistant = { project_id = "light-cathode-372118"; }; + # google_assistant = { project_id = "light-cathode-372118"; }; history = { }; logbook = { }; # logger.default = "debug";