mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -763,7 +763,7 @@ cache.size = 100 * MB
|
||||
(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?
|
||||
|
||||
Reference in New Issue
Block a user