From 2624592c1521e21088414dc34359197909f1c081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Fri, 12 Aug 2022 14:26:48 +0200 Subject: [PATCH] fix(genie): disable authentication hass integration only seems to work this way --- services/genie.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/genie.nix b/services/genie.nix index a1d3439..afeb257 100644 --- a/services/genie.nix +++ b/services/genie.nix @@ -19,6 +19,7 @@ in { genie = { image = "stanfordoval/almond-server"; ports = [ "${toString port}:3000" ]; + environment.THINGENGINE_HOST_BASED_AUTHENTICATION = "insecure"; volumes = [ "/dev/shm:/dev/shm" "${dataDir}:/var/lib/genie-server" ]; }; };