From 381557671e44be03cedf99becafdbf1dc60b3762 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 9 Feb 2025 09:32:12 -0800 Subject: [PATCH] removed tor --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6993cbe..7e43be4 100755 --- a/configuration.nix +++ b/configuration.nix @@ -144,12 +144,6 @@ }; }; - ####### TOR ####### - services.tor = { - enable = true; - client.enable = true; - torsocks.enable = true; - }; networking.firewall.enable = true;