added tor service

This commit is contained in:
naturallaw77 2025-02-13 19:20:22 -08:00
parent e076e03b62
commit 3750935c11

View File

@ -123,6 +123,13 @@
];
services.tor = {
enable = true;
client.enable = true;
torsocks.enable = true;
};
services.privoxy.enableTor = true;
services.mullvad-vpn = {
enable = true;