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 = {
enable = mkOption {
default = true;
default = false;
description = "
Whether to enable the Unbound domain name server.
";