guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: hydra: dns: Add entry for bishan.


From: Christopher Baines
Subject: 01/02: hydra: dns: Add entry for bishan.
Date: Sat, 7 May 2022 07:00:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit bf51ddc06c1464616c038da1ae4e5eaf739213ed
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat May 7 11:56:07 2022 +0100

    hydra: dns: Add entry for bishan.
    
    This is a new machine, intended to replace lakeside as storage for
    bordeaux.guix.gnu.org nars as lakeside has disk issues.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add entry for bishan.
---
 hydra/modules/sysadmin/dns.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index e278ef6..d0a7fd1 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -50,6 +50,7 @@
 (define bayfront-ip6 "2a0c:e300::58")
 (define lakeside-ip4 "176.9.98.253")
 (define lakeside-ip6 "2a01:4f8:151:40cc::")
+(define bishan-ip6 "2a01:4f8:161:123::")
 (define berlin-ip4 "141.80.181.40")
 (define milano-guix-1-ip4 "159.149.133.203")
 (define fosshost-1-ip4 "147.75.35.153")
@@ -101,6 +102,7 @@
   ("bayfront" ""  "IN"  "AAAA"   bayfront-ip6)
   ("lakeside" ""  "IN"  "A"      lakeside-ip4)
   ("lakeside" ""  "IN"  "AAAA"   lakeside-ip6)
+  ("bishan"   ""  "IN"  "AAAA"   bishan-ip6)
   ("fosshost1" "" "IN"  "A"      fosshost-1-ip4)
   ("fosshost2" "" "IN"  "A"      fosshost-2-ip4)
   ("overdrive1" ""  "IN"  "A"    overdrive1-ip4)
@@ -135,4 +137,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022030209)))))
+            (serial 2022050712)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]