guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: services: dns: Fix cpe-id default value.


From: guix-commits
Subject: 03/03: services: dns: Fix cpe-id default value.
Date: Mon, 13 Mar 2023 09:14:40 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit d4b2f5eace67b172abd103441fdb7ec2443fb209
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Mar 13 17:11:08 2023 +0400

    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.
---
 gnu/services/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm
index 837e3fe6f7..2ff9f90cd0 100644
--- a/gnu/services/dns.scm
+++ b/gnu/services/dns.scm
@@ -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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]