diff --git a/env/prod/nut.cue b/env/prod/nut.cue index 805a1f1..99a73b3 100644 --- a/env/prod/nut.cue +++ b/env/prod/nut.cue @@ -6,7 +6,7 @@ ups_server: "nut.pyrocufflink.blue" nut: schema.#Nut & { listen: { - address: "::" + address: "0.0.0.0" port: 3493 }