prod: nut: Listen on IPv4 all-hosts

For some reason, once _nut0_ was updated to Fedora CoreOS 40, clients
could not connect to `upsd` anymore, with any attempts returning
"connection refused."  It seems the that listening on the IPv6 all-hosts
address no longer includes IPv4.
master
Dustin 2024-06-05 08:08:49 -05:00
parent e75204be53
commit 64d95570fe
1 changed files with 1 additions and 1 deletions

2
env/prod/nut.cue vendored
View File

@ -6,7 +6,7 @@ ups_server: "nut.pyrocufflink.blue"
nut: schema.#Nut & {
listen: {
address: "::"
address: "0.0.0.0"
port: 3493
}