hydra: bayfront: Add (journal-content ''all) for the Knot zone.

This works around this Knot error:

  knot[3422]: error: config, file '/gnu/store/…-knot.conf', line 37, section 'zone[guix.gnu.org.]' ('zonefile-load: difference-no-serial' requires 'journal-content: all')

* hydra/bayfront.scm <knot-zone-configuration>: Add 'journal-content'
field.
This commit is contained in:
Ludovic Courtès 2021-10-14 12:14:30 +02:00
parent 1219516043
commit 422c4a4eb7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -808,6 +808,7 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(zones (list (knot-zone-configuration
(inherit guix.gnu.org-zone)
(zonefile-load 'difference-no-serial)
(journal-content ''all) ;XXX: needed for difference-no-serial
;; (dnssec-policy "default")
(acl '("transfer-allow"
"gnu-transfer"))