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";