diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 986bbf1..806a3af 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -57,10 +57,10 @@ in # enable the ${service} service services.${service} = { enable = true; - openFirewall = true; package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant; configDir = cfg.data_dir; config = null; +# openFirewall = true; # if config is set in here, configuration.yaml will be overwritten every startup with this # configWritable = true; # config = {