update openhab

This commit is contained in:
TheWanderingCrow 2025-09-04 10:10:41 -04:00
parent b938f5ae02
commit bbb61afd58

View file

@ -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"