guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Fix fosshost variable names.


From: Christopher Baines
Subject: branch master updated: hydra: dns: Fix fosshost variable names.
Date: Sat, 28 Nov 2020 04:02:10 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 3a9db54  hydra: dns: Fix fosshost variable names.
3a9db54 is described below

commit 3a9db54953940e6cbde11b3c127a4e91b44a61a5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 28 09:01:30 2020 +0000

    hydra: dns: Fix fosshost variable names.
    
    * hydra/modules/sysadmin/dns.scm: Change fosshost variable names.
---
 hydra/modules/sysadmin/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index bf43c98..d12db97 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -49,8 +49,8 @@
 (define bayfront-ip4 "185.233.100.56")
 (define berlin-ip4 "141.80.181.40")
 (define milano-guix-1-ip4 "159.149.133.203")
-(define fosshost-1-ipv4 "147.75.35.153")
-(define fosshost-2-ipv4 "147.75.35.155")
+(define fosshost-1-ip4 "147.75.35.153")
+(define fosshost-2-ip4 "147.75.35.155")
 
 ;; The SOA MNAME and one NS record must always be consistent.
 (define primary-ns "ns1.gnu.org.")



reply via email to

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