me
/
guix
Archived
1
0
Fork 0

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.
master
Andrew Tropin 2023-03-13 17:11:08 +04:00
parent d1edb26388
commit d4b2f5eace
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 1 additions and 1 deletions

View File

@ -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?