hydra: build-machines: Childhurd QEMU listens on 127.0.0.1.

There’s no need to accept connections coming from other machines.

* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os)
[childhurd-net-options]: Listen on 127.0.0.1, not 0.0.0.0.
This commit is contained in:
Ludovic Courtès 2023-10-02 17:24:22 +02:00
parent afd9aa81bc
commit 136f02ef7e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -153,13 +153,13 @@ are 10022 and 15900. Keep secret-service port local."
(@@ (gnu services virtualization)
%hurd-vm-secrets-port)))
"-:1004"
",hostfwd=tcp:0.0.0.0:"
",hostfwd=tcp:127.0.0.1:"
(number->string (hurd-vm-port
config
(@@ (gnu services virtualization)
%hurd-vm-ssh-port)))
"-:22"
",hostfwd=tcp:0.0.0.0:"
",hostfwd=tcp:127.0.0.1:"
(number->string (hurd-vm-port
config
(@@ (gnu services virtualization)