Setting default of unbound.enable to disabled. Few may want it enabled.

svn path=/nixos/trunk/; revision=30198
This commit is contained in:
Lluís Batlle i Rossell 2011-11-02 21:04:32 +00:00
parent 5cb67ef832
commit 9489c5a02b

View File

@ -48,7 +48,7 @@ in
services.unbound = { services.unbound = {
enable = mkOption { enable = mkOption {
default = true; default = false;
description = " description = "
Whether to enable the Unbound domain name server. Whether to enable the Unbound domain name server.
"; ";