From 385ec8981797329edc5b989b98e82dc43e7d1a2e Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sat, 18 Sep 2010 16:36:03 +0000 Subject: [PATCH] TOR: client should be disabled by default svn path=/nixos/trunk/; revision=23860 --- modules/services/security/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/security/tor.nix b/modules/services/security/tor.nix index 5607fcbcdd66..72f49f30eb8b 100644 --- a/modules/services/security/tor.nix +++ b/modules/services/security/tor.nix @@ -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.