hydra: dns: Add disarchive.guix.gnu.org.

* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add "disarchive".
This commit is contained in:
Ludovic Courtès 2021-10-14 10:03:08 +02:00
parent fb83b3d8de
commit df9e9b7f51
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,8 @@
("issues" "" "IN" "A" berlin-ip4)
("monitor" "" "IN" "A" berlin-ip4)
("logs" "" "IN" "A" bayfront-ip4)
("ci" "" "IN" "A" berlin-ip4)
("ci" "" "IN" "A" berlin-ip4)
("disarchive" "" "IN" "A" berlin-ip4)
("data" "" "IN" "A" "78.47.68.4")
("coordinator.bayfront"
"" "IN" "A" bayfront-ip4)
@ -122,4 +123,4 @@
(origin "guix.gnu.org")
(ns primary-ns)
(entries guix.gnu.org.zone)
(serial 2021052619)))))
(serial 202110140820)))))