guix-commits
[Top][All Lists]
Advanced

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

01/02: sysadmin: dns: Remove old domain names.


From: Christopher Baines
Subject: 01/02: sysadmin: dns: Remove old domain names.
Date: Sun, 7 May 2023 05:19:53 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit d4720c47a25f53d73822bf1d7432b2b274eb46e7
Author: Christopher Baines <mail@cbaines.net>
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

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