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