diff options
Diffstat (limited to 'common/services')
| -rw-r--r-- | common/services/tor.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/services/tor.nix b/common/services/tor.nix index a8321f2..8b41fed 100644 --- a/common/services/tor.nix +++ b/common/services/tor.nix @@ -1,4 +1,5 @@ { ... }: { enable = true; + client.enable = true; } |