summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/tor.nix')
-rw-r--r--makefu/2configs/tor.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/tor.nix b/makefu/2configs/tor.nix
new file mode 100644
index 00000000..e466a183
--- /dev/null
+++ b/makefu/2configs/tor.nix
@@ -0,0 +1,7 @@
+{ config, lib, pkgs, ... }:
+
+{
+ services.tor.enable = true;
+ services.tor.client.enable = true;
+ # also enables services.tor.client.privoxy
+}