diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-22 17:03:17 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-22 17:03:17 +0200 |
| commit | 8ea1da9041988332e24d55dc0972187404ce8e62 (patch) | |
| tree | 6b49d5de109f1ad901f9cec51aad932e97ac3190 /common/services | |
| parent | a277e2b64027d08aafc0899bdc580a7830e4cdef (diff) | |
2026-04-22 updates by auto-switch
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; } |