summaryrefslogtreecommitdiff
path: root/modules/system/networking/tor.nix
blob: 3e3831fb3b0f5ff5f1220ab96785d6cfc5371389 (plain) (blame)
1
2
3
4
5
6
{
  services.tor = {
    enable = true;
    client.enable = true;
  };
}