TOR: client should be disabled by default
svn path=/nixos/trunk/; revision=23860
This commit is contained in:
parent
764f5f34fd
commit
385ec89817
@ -38,7 +38,7 @@ in
|
|||||||
client = {
|
client = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable Tor daemon to route application connections.
|
Whether to enable Tor daemon to route application connections.
|
||||||
You might want to disable this if you plan running a dedicated Tor relay.
|
You might want to disable this if you plan running a dedicated Tor relay.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user