Setting default of unbound.enable to disabled. Few may want it enabled.
svn path=/nixos/trunk/; revision=30198
This commit is contained in:
parent
5cb67ef832
commit
9489c5a02b
@ -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.
|
||||||
";
|
";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user