From 2207ab80eb950cf99c57362f4165a9c1dce36a02 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Mon, 25 Dec 2023 23:39:50 +0530 Subject: [PATCH] hass: disable for now It is probably pulling in ancient version of openssl, and that is causing build to fail. Of coiurse, I don't want it to use insecure version, so thats that. --- modules/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-assistant.nix b/modules/home-assistant.nix index d337b5c..77e093e 100644 --- a/modules/home-assistant.nix +++ b/modules/home-assistant.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { services.home-assistant = { - enable = true; + enable = false; openFirewall = true; configWritable = true; # remove after setup configDir = "/var/lib/hass";