From f390000e87269bf3747daa5ba0dcf4302bc86ac9 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 5 Jan 2025 19:18:22 +0000 Subject: [PATCH] Enable --- modules/services/home-assistant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/home-assistant/default.nix b/modules/services/home-assistant/default.nix index d51e844..12b0fbe 100644 --- a/modules/services/home-assistant/default.nix +++ b/modules/services/home-assistant/default.nix @@ -3,7 +3,7 @@ let cfg = config.modules.services.home-assistant; in { - options.modules.services.home-assistant = lib.mkEnableOption "home-assistant"; + options.modules.services.home-assistant.enable = lib.mkEnableOption "home-assistant"; config = lib.mkIf cfg.enable { age.secrets."files/services/home-assistant/secrets.yaml" = {