From 3750935c11171ff23815b343eb8a42b9cfa8ba5d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 13 Feb 2025 19:20:22 -0800 Subject: [PATCH] added tor service --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 55f3276..29f2264 100755 --- a/configuration.nix +++ b/configuration.nix @@ -123,6 +123,13 @@ ]; + services.tor = { + enable = true; + client.enable = true; + torsocks.enable = true; + }; + + services.privoxy.enableTor = true; services.mullvad-vpn = { enable = true;