From 4f341a49d08c80676e69ceb8a13942cfdc692778 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 18 Feb 2022 14:40:26 +0900 Subject: feat(nixos/alpha): enable tor socks proxy --- nixos/alpha/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 9f770b4..4ffacd1 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -185,6 +185,11 @@ }; }; + services.tor.enable = true; + services.tor.client.enable = true; + # Access libera.chat via tor socks proxy + services.tor.settings.MapAddress = "palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion"; + programs = { sway.enable = true; sway.extraPackages = lib.mkForce [ ]; -- cgit 1.4.1