mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
services: dns: Fix cpe-id default value.
* gnu/service/dns.scm: (<dnsmasq-configuration>)[cpe-id]: Change cpe-id default value to #f instead of #t.
This commit is contained in:
parent
d1edb26388
commit
d4b2f5eace
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ (define-record-type* <dnsmasq-configuration>
|
|||
(negative-cache? dnsmasq-configuration-negative-cache?
|
||||
(default #t)) ;boolean
|
||||
(cpe-id dnsmasq-configuration-cpe-id
|
||||
(default #t)) ;string
|
||||
(default #f)) ;string
|
||||
(tftp-enable? dnsmasq-configuration-tftp-enable?
|
||||
(default #f)) ;boolean
|
||||
(tftp-no-fail? dnsmasq-configuration-tftp-no-fail?
|
||||
|
|
Loading…
Reference in a new issue