This commit is contained in:
mjallen18
2025-11-21 15:11:22 -06:00
parent f91ce5ad84
commit 9334a35d3b

View File

@@ -142,7 +142,6 @@ in
}; };
config = { config = {
environment.etc."lightswitch-automations.yaml".source = environment.etc."lightswitch-automations.yaml".text = lightswitchAutomations;
yamlFormat.generate "lightswitch-automations.yaml" lightswitchAutomations;
}; };
} }