From 49adc51cb1a62c6e6096a3cb92148c5dddb1f0b5 Mon Sep 17 00:00:00 2001 From: Spencer Heywood Date: Fri, 1 Nov 2024 16:51:37 -0600 Subject: [PATCH] updated homebridge --- nixos/roles/home-automation/homebridge.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/roles/home-automation/homebridge.nix b/nixos/roles/home-automation/homebridge.nix index 1ed1ffcf..351323f9 100644 --- a/nixos/roles/home-automation/homebridge.nix +++ b/nixos/roles/home-automation/homebridge.nix @@ -16,7 +16,7 @@ backend = "docker"; containers = { homebridge = { - image = "docker.io/homebridge/homebridge:2024-06-27"; + image = "docker.io/homebridge/homebridge:2024-10-25"; autoStart = true; volumes = [ "/opt/homebridge:/homebridge" @@ -26,7 +26,7 @@ ]; }; zigbee2mqtt = { - image = "docker.io/koenkk/zigbee2mqtt:1.39.0"; + image = "docker.io/koenkk/zigbee2mqtt:1.41.0"; autoStart = true; ports = [ "8081:8080" @@ -45,7 +45,7 @@ ]; }; mqtt = { - image = "docker.io/eclipse-mosquitto:2.0.18"; + image = "docker.io/eclipse-mosquitto:2.0.20"; autoStart = true; cmd = [ "mosquitto"