summaryrefslogtreecommitdiff
path: root/common/services
diff options
context:
space:
mode:
Diffstat (limited to 'common/services')
-rw-r--r--common/services/default.nix1
-rw-r--r--common/services/tor.nix4
2 files changed, 5 insertions, 0 deletions
diff --git a/common/services/default.nix b/common/services/default.nix
index 81b9554..c65c86f 100644
--- a/common/services/default.nix
+++ b/common/services/default.nix
@@ -3,6 +3,7 @@ let
services = [
"pipewire"
"greetd"
+ "tor"
];
in
builtins.listToAttrs (
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;
+}