This commit is contained in:
Sakooooo 2024-10-08 20:18:16 +04:00
parent 11c620a3a1
commit 4d1b42e922
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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;