summaryrefslogtreecommitdiff
path: root/modules/tor.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-29 13:47:53 +0100
committeradikro <adikro@disroot.org>2025-11-29 13:47:53 +0100
commit896e7b5791c4723313790b1e07e867fcd7003212 (patch)
tree9ef9c3ad79e60d4154bc3271bb65a463b8de926a /modules/tor.nix
parentc5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (diff)
uhh
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;