diff --git a/modules/home-assistant.nix b/modules/home-assistant.nix index 77e093e..d337b5c 100644 --- a/modules/home-assistant.nix +++ b/modules/home-assistant.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { services.home-assistant = { - enable = false; + enable = true; openFirewall = true; configWritable = true; # remove after setup configDir = "/var/lib/hass";