This commit is contained in:
Jordan Holt 2025-01-05 19:18:22 +00:00
parent 0c08d3e0bf
commit f390000e87
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -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" = {