doc: Fix typo.

* doc/guix.texi (DNS Services): Fix knot-configuration.
This commit is contained in:
Oleg Pykhalov 2017-12-13 08:49:05 +03:00
parent 86637f18be
commit dfb403b053
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569

View File

@ -15341,7 +15341,7 @@ and one slave, is:
(operating-system
;; ...
(services (cons* (service knot-service-type
(knot-confifguration
(knot-configuration
(remotes (list plop-master))
(zones (list master-zone slave-zone))))
;; ...