diff options
Diffstat (limited to 'modules/tor.nix')
| -rw-r--r-- | modules/tor.nix | 2 |
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; |
