summaryrefslogtreecommitdiff
path: root/modules/tor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tor.nix')
-rw-r--r--modules/tor.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tor.nix b/modules/tor.nix
index ad69f52..bef081c 100644
--- a/modules/tor.nix
+++ b/modules/tor.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }:
{
- networking.proxy.default = "https://127.0.0.1:8118";
+ # networking.proxy.default = "https://127.0.0.1:8118";
services = {
tor = {
enable = true;