TOR: client should be disabled by default

svn path=/nixos/trunk/; revision=23860
This commit is contained in:
Evgeny Egorochkin 2010-09-18 16:36:03 +00:00
parent 764f5f34fd
commit 385ec89817

View file

@ -38,7 +38,7 @@ in
client = {
enable = mkOption {
default = true;
default = false;
description = ''
Whether to enable Tor daemon to route application connections.
You might want to disable this if you plan running a dedicated Tor relay.