hydra: Update fosshost Guix Build Coordinator agent authentication.

* hydra/fosshost1.scm (operating-system): Update Guix Build
Coordinator agent configuration.
* hydra/fosshost2.scm (operating-system): Likewise.
This commit is contained in:
Christopher Baines 2021-03-27 09:04:35 +00:00
parent c7096d7976
commit adedfff53d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
2 changed files with 10 additions and 4 deletions

View File

@ -62,8 +62,11 @@
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration
(coordinator "https://coordinator.guix-patches.cbaines.net")
(uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
(password-file "/etc/guix-build-coordinator-agent-password")
(authentication
(guix-build-coordinator-agent-password-file-auth
(uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
(password-file
"/etc/guix-build-coordinator-agent-password")))
(max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls

View File

@ -62,8 +62,11 @@
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration
(coordinator "https://coordinator.guix-patches.cbaines.net")
(uuid "4cf57366-6b43-487f-9ce1-863536f71186")
(password-file "/etc/guix-build-coordinator-agent-password")
(authentication
(guix-build-coordinator-agent-password-file-auth
(uuid "4cf57366-6b43-487f-9ce1-863536f71186")
(password-file
"/etc/guix-build-coordinator-agent-password")))
(max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls