diff --git a/nomad-job/homeassistant.nomad b/nomad-job/homeassistant.nomad index 97aaf93..b8ab32f 100644 --- a/nomad-job/homeassistant.nomad +++ b/nomad-job/homeassistant.nomad @@ -6,8 +6,8 @@ job "homeassistant" { forcedeploy = "0" } constraint { - attribute = "${attr.unique.hostname}" - value = "oscar" + attribute = "${attr.cpu.arch}" + value = "amd64" } group "homeassistant" {