From bbb61afd58f76d4e9b5445642f24f39cd6c3730c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 4 Sep 2025 10:10:41 -0400 Subject: [PATCH] update openhab --- modules/services/openhab/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/openhab/default.nix b/modules/services/openhab/default.nix index 392d159..18d8901 100644 --- a/modules/services/openhab/default.nix +++ b/modules/services/openhab/default.nix @@ -20,7 +20,7 @@ in virtualisation.oci-containers = { backend = "podman"; containers."openhab" = { - image = "openhab/openhab:5.0.0.M1"; + image = "openhab/openhab:milestone"; extraOptions = ["--ip=10.88.0.9"]; volumes = [ "${volumePath}/openhab/conf:/openhab/conf"