summaryrefslogtreecommitdiff
path: root/nixos/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/common.nix')
-rw-r--r--nixos/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index 7c4a9cd..4143c05 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -336,6 +336,10 @@
settings = { Peers = [ "tls://37.187.118.206:53103" ]; };
};
+ services.tor = {
+ enable = true;
+ client.enable = true;
+ };
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you