diff options
author | tv <tv@krebsco.de> | 2016-04-26 23:58:36 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-04-26 23:58:36 +0200 |
commit | e800405a27c2ae8caf42069e4b37fa7335f1996f (patch) | |
tree | 7b4937933b43bdbe227e5fd96478a5e269f33f1f | |
parent | eb2bbcc30a74f4da9e72a29dd050ca954a4b232f (diff) |
wu: disable tor
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 27dd125..cebd7c9 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -183,7 +183,5 @@ with config.krebs.lib; KERNEL=="hpet", GROUP="audio" ''; - services.tor.client.enable = true; - services.tor.enable = true; services.virtualboxHost.enable = true; } |