diff options
Diffstat (limited to 'common/services/default.nix')
| -rw-r--r-- | common/services/default.nix | 1 |
1 files changed, 1 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 ( |