diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
| commit | 896e7b5791c4723313790b1e07e867fcd7003212 (patch) | |
| tree | 9ef9c3ad79e60d4154bc3271bb65a463b8de926a /modules/tor.nix | |
| parent | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (diff) | |
uhh
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; |
