hydra: dover: Use the berlin local IP as only substitute server.

* hydra/dover.scm: Apply the same change as in commit
  0dbb77f156 .
This commit is contained in:
Andreas Enge 2021-08-22 22:24:10 +02:00
parent 5809d76e92
commit 04168c9db1
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@
(cuirass-remote-worker-configuration
(workers 2)
(server "10.0.0.1:5555") ;berlin
(systems '("armhf-linux" "aarch64-linux"))))
(systems '("armhf-linux" "aarch64-linux"))
(substitute-urls '("http://10.0.0.1"))))
(service wireguard-service-type
(wireguard-configuration
(addresses '("10.0.0.4/32"))