[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: hydra: bayfront: Disable DNSSEC for now.
From: |
Ludovic Courtès |
Subject: |
04/05: hydra: bayfront: Disable DNSSEC for now. |
Date: |
Wed, 1 May 2019 11:37:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 993762c725b05598293facb33f4875e59465412f
Author: Ludovic Courtès <address@hidden>
Date: Wed May 1 17:28:37 2019 +0200
hydra: bayfront: Disable DNSSEC for now.
* hydra/bayfront.scm (services) <knot-configuration>: Comment out
'dnssec-policy' field for now.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4085bc5..b24f47d 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -137,7 +137,7 @@ Happy hacking!\n"))
(zones (list (knot-zone-configuration
(inherit guix.gnu.org-zone)
(zonefile-load
'difference-no-serial)
- (dnssec-policy "default")
+ ;; (dnssec-policy "default")
(acl '("transfer-allow"
"gnu-transfer"))
(notify '("gnu-master")))))