doc: Fix typo.
* doc/guix.texi (DNS Services): Fix knot-configuration.
This commit is contained in:
parent
86637f18be
commit
dfb403b053
|
@ -15341,7 +15341,7 @@ and one slave, is:
|
||||||
(operating-system
|
(operating-system
|
||||||
;; ...
|
;; ...
|
||||||
(services (cons* (service knot-service-type
|
(services (cons* (service knot-service-type
|
||||||
(knot-confifguration
|
(knot-configuration
|
||||||
(remotes (list plop-master))
|
(remotes (list plop-master))
|
||||||
(zones (list master-zone slave-zone))))
|
(zones (list master-zone slave-zone))))
|
||||||
;; ...
|
;; ...
|
||||||
|
|
Loading…
Reference in New Issue