From 7bf1ed80c48131e7383a05dc8bbbd853471cb67a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 23 Mar 2026 15:35:24 -0500 Subject: [PATCH] removed outdated services --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1f56bef..5c6a348 100755 --- a/configuration.nix +++ b/configuration.nix @@ -104,8 +104,6 @@ client.enable = true; torsocks.enable = true; }; - - services.privoxy.enableTor = true; services.mullvad-vpn = { enable = true; @@ -127,7 +125,6 @@ }; }; - networking.firewall.enable = true;