feat(hass): moonraker

This commit is contained in:
arcnmx 2024-08-31 15:03:00 -07:00
parent 2498aad35b
commit 67108c0d41
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
config,
access,
gensokyo-zone,
@ -186,6 +187,9 @@ in {
"withings"
"wled"
];
customComponents = [
pkgs.home-assistant-custom-components.moonraker
];
};
systemd.services.home-assistant = mkIf cfg.enable {
gensokyo-zone.sharedMounts.hass.path = mkDefault cfg.configDir;