mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: dnsmasq-service-type: Add default configuration and description.
* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.
This commit is contained in:
parent
c061eb587c
commit
0d4c2d35af
1 changed files with 3 additions and 1 deletions
|
@ -667,4 +667,6 @@ (define dnsmasq-service-type
|
|||
(name 'dnsmasq)
|
||||
(extensions
|
||||
(list (service-extension shepherd-root-service-type
|
||||
(compose list dnsmasq-shepherd-service))))))
|
||||
(compose list dnsmasq-shepherd-service))))
|
||||
(default-value (dnsmasq-configuration))
|
||||
(description "Run the dnsmasq DNS server.")))
|
||||
|
|
Loading…
Reference in a new issue