aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--container.scm16
1 files changed, 2 insertions, 14 deletions
diff --git a/container.scm b/container.scm
index 2a5af3b..135dde6 100644
--- a/container.scm
+++ b/container.scm
@@ -856,14 +856,6 @@ exim_path = /run/setuid-programs/exim
(semantic-checks? #t)
(notify '("1984-axfr-remote"))))
-(define %happyhacking-pl-zone-configuration
- (knot-zone-configuration
- (domain "happyhacking.pl")
- (master (list "happyhacking-master"))
- (acl '("allow-axfr-from-1984"))
- (semantic-checks? #t)
- (notify '("1984-axfr-remote"))))
-
(define knot-configuration-knot
(@@ (gnu services dns) knot-configuration-knot))
@@ -918,13 +910,9 @@ log:
(action '(transfer)))))
(remotes (list (knot-remote-configuration
(id "1984-axfr-remote")
- (address '("93.95.224.6")))
- (knot-remote-configuration
- (id "happyhacking-master")
- (address '("188.68.236.76")))))
+ (address '("93.95.224.6")))))
(zones (list %koszko-org-zone-configuration
- %koszkonutek-tmp.pl.eu.org-zone-configuration
- %happyhacking-pl-zone-configuration)))))
+ %koszkonutek-tmp.pl.eu.org-zone-configuration)))))
(operating-system
(host-name "koszko")