nixfiles/profiles/tor/tor.nix
ChaotiCryptidz 91a99a631c run statix
2022-02-10 10:37:09 +00:00

9 lines
134 B
Nix

_: {
services.tor = {
enable = true;
client.enable = true;
client.dns.enable = true;
torsocks.enable = true;
};
}