184 current 2025-10-09 21:19:25 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 21:25:37 -05:00
parent e77bb9ae08
commit 413057f9ed

View File

@@ -57,10 +57,10 @@ in
# enable the ${service} service # enable the ${service} service
services.${service} = { services.${service} = {
enable = true; enable = true;
openFirewall = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant; package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant;
configDir = cfg.data_dir; configDir = cfg.data_dir;
config = null; config = null;
# openFirewall = true;
# if config is set in here, configuration.yaml will be overwritten every startup with this # if config is set in here, configuration.yaml will be overwritten every startup with this
# configWritable = true; # configWritable = true;
# config = { # config = {