summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tor.nix
blob: e466a183971f7f8b68c45143a4e2f979743b4d01 (plain)
1
2
3
4
5
6
7
{ config, lib, pkgs, ... }:

{
  services.tor.enable = true;
  services.tor.client.enable = true;
  # also enables services.tor.client.privoxy
}