about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/alpha/configuration.nix5
1 files changed, 0 insertions, 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 [ ];