From a277e2b64027d08aafc0899bdc580a7830e4cdef Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 17 Apr 2026 08:35:28 +0200 Subject: add: tor --- common/services/default.nix | 1 + common/services/tor.nix | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 common/services/tor.nix 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; +} -- cgit v1.2.3-70-g09d2