forked from nyanloutre/nixos-config
change home assistant config
This commit is contained in:
parent
55b5529ea8
commit
01ba2ce633
@ -323,11 +323,13 @@ in
|
|||||||
};
|
};
|
||||||
influxdb = null;
|
influxdb = null;
|
||||||
config = null;
|
config = null;
|
||||||
frontend.themes = "!include ${pkgs.fetchurl {
|
dhcp = null;
|
||||||
url = "https://raw.githubusercontent.com/bbbenji/synthwave-hass/0.3.3.1/themes/synthwave.yaml";
|
frontend = null;
|
||||||
sha256 = "1n2yhk98cf778z7fdl5bswljhj45nv6bld191rxw7q6ckp235q4h";
|
|
||||||
}}";
|
|
||||||
history = null;
|
history = null;
|
||||||
|
http = {
|
||||||
|
use_x_forwarded_for = true;
|
||||||
|
trusted_proxies = [ "127.0.0.1" ];
|
||||||
|
};
|
||||||
logbook = null;
|
logbook = null;
|
||||||
map = null;
|
map = null;
|
||||||
mobile_app = null;
|
mobile_app = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user