From a9e3f074abab1cdc10a57442793af00011fd9f0a Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 10 Jul 2022 13:55:14 -0700 Subject: [PATCH] fix: force HA configuration to null --- services/ha.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ha.nix b/services/ha.nix index 5c56e28d..69ffd77e 100644 --- a/services/ha.nix +++ b/services/ha.nix @@ -2,7 +2,7 @@ services = { home-assistant = { enable = true; - config = null; + config = lib.mkForce null; extraComponents = [ "zha" "esphome"