diff options
Diffstat (limited to 'common/services/tor.nix')
| -rw-r--r-- | common/services/tor.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |