diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 4 |
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 |