From c4199259e47a678a537bd8d59d2c7fc3761c4372 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 31 Jan 2024 12:30:15 +0100 Subject: enable tor client --- nixos/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/common.nix') 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 -- cgit v1.2.3