Skip to content

Commit

Permalink
HASS: 2024.11.0 -> 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Dec 6, 2024
1 parent 4475a16 commit bf24dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homelab/svc/hass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ in
in
{
hass = {
image = "ghcr.io/home-assistant/home-assistant:2024.11.0";
image = "ghcr.io/home-assistant/home-assistant:2024.12.0";
volumes = [ "hass:/config" ];
extraOptions = [ hostNetworking ];
environment.TZ = "Europe/London";
};

matter = {
image = "ghcr.io/home-assistant-libs/python-matter-server:6.6.0";
image = "ghcr.io/home-assistant-libs/python-matter-server:6.6.1";
volumes = [
"hass-matter:/data"
"/run/dbus:/run/dbus:ro"
Expand Down

0 comments on commit bf24dba

Please sign in to comment.