Skip to content

Commit

Permalink
HASS: 2024.12.0 -> 2024.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Dec 19, 2024
1 parent 38d19f5 commit 4309100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homelab/svc/hass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in
in
{
hass = {
image = "ghcr.io/home-assistant/home-assistant:2024.12.0";
image = "ghcr.io/home-assistant/home-assistant:2024.12.4";
volumes = [ "hass:/config" ];
extraOptions = [ hostNetworking ];
environment.TZ = "Europe/London";
Expand Down

0 comments on commit 4309100

Please sign in to comment.