summaryrefslogtreecommitdiff
path: root/common/services/tor.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-04-17 08:35:28 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-04-17 08:35:28 +0200
commita277e2b64027d08aafc0899bdc580a7830e4cdef (patch)
treef2f49542e92f072a06ecf9159a3d1174fea44177 /common/services/tor.nix
parentedb91700b7ce4dde94588ec94297ecd7a3c159a8 (diff)
add: tor
Diffstat (limited to 'common/services/tor.nix')
-rw-r--r--common/services/tor.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/services/tor.nix b/common/services/tor.nix
new file mode 100644
index 0000000..a8321f2
--- /dev/null
+++ b/common/services/tor.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ enable = true;
+}