Actually update home-assistant

This commit is contained in:
Evie Litherland-Smith 2024-12-08 09:22:50 +00:00
parent c68740513f
commit 54fc540524

View file

@ -9,7 +9,7 @@
"/var/lib/syncthing/Music:/music"
];
environment.TZ = config.time.timeZone;
image = "ghcr.io/home-assistant/home-assistant:stable";
image = "ghcr.io/home-assistant/home-assistant:2024.12";
extraOptions = [ "--network=host" ];
};
};