From 4d1b42e922cf3764cbe69c93f853ec80b76ad9f0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:18:16 +0400 Subject: [PATCH] akjlsdf --- modules/security/tor.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/security/tor.nix b/modules/security/tor.nix index c7481111..13240e7f 100644 --- a/modules/security/tor.nix +++ b/modules/security/tor.nix @@ -4,6 +4,9 @@ in { options.modules.security.tor = { enable = lib.mkEnableOption false; }; config = lib.mkIf cfg.enable { + + users.users.sako.packages = with pkgs; [ tor-browser ]; + services.tor = { enable = true; torsocks.enable = true;