From c2b445cfd737d6bc250897f7374164338f955900 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Mon, 1 Jan 2024 10:09:36 +0530 Subject: [PATCH] bebop: Disable hass --- 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";