* `dnsmasq' shouldn't run by default.

svn path=/nixos/trunk/; revision=26890
This commit is contained in:
Eelco Dolstra 2011-04-19 13:37:31 +00:00
parent 37562ea864
commit 76d3721a53

View file

@ -19,7 +19,7 @@ in
services.dnsmasq = { services.dnsmasq = {
enable = mkOption { enable = mkOption {
default = true; default = false;
description = '' description = ''
Whether to run dnsmasq. Whether to run dnsmasq.
''; '';