cbaines pushed a commit to branch master
in repository maintenance.

commit d4720c47a25f53d73822bf1d7432b2b274eb46e7
Author: Christopher Baines <[email protected]>
AuthorDate: Sun May 7 10:01:03 2023 +0100

    sysadmin: dns: Remove old domain names.
    
    The lakeside machine was replaced by bishan, and the fosshost machines
    are no longer around.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Remove lakeside,
    fosshost1 and fosshost2.
---
 hydra/modules/sysadmin/dns.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 9202467..5f649e2 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -101,11 +101,7 @@
   ("berlin"   ""  "IN"  "A"      berlin-ip4)
   ("bayfront" ""  "IN"  "A"      bayfront-ip4)
   ("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)
   ("dover"      ""  "IN"  "A"    dover-ip4)
 

Reply via email to