1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

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

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))))
;; ...