From 87d36f7c7d6e8cbbb2c508c2efa3f27e137df15b Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 08:37:21 +0900 Subject: feat(nixos/alpha): remove tor --- nixos/alpha/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 9d25b12..f8401d7 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -173,11 +173,6 @@ }; }; - 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