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;