TOR: client should be disabled by default
svn path=/nixos/trunk/; revision=23860
This commit is contained in:
parent
764f5f34fd
commit
385ec89817
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue