From 01ba2ce633f290f249eafd4f483d70a0230f48a0 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 11 Oct 2021 11:02:59 +0200 Subject: [PATCH] change home assistant config --- systems/LoutreOS/services.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 9dbc243e8..4cf1e18bc 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -323,11 +323,13 @@ in }; influxdb = null; config = null; - frontend.themes = "!include ${pkgs.fetchurl { - url = "https://raw.githubusercontent.com/bbbenji/synthwave-hass/0.3.3.1/themes/synthwave.yaml"; - sha256 = "1n2yhk98cf778z7fdl5bswljhj45nv6bld191rxw7q6ckp235q4h"; - }}"; + dhcp = null; + frontend = null; history = null; + http = { + use_x_forwarded_for = true; + trusted_proxies = [ "127.0.0.1" ]; + }; logbook = null; map = null; mobile_app = null;