doc: Fix typo.
* doc/guix.texi (DNS Services): Fix knot-configuration.
This commit is contained in:
parent
86637f18be
commit
dfb403b053
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
;; ...
|
;; ...
|
||||||
|
|
Reference in a new issue