stockholm/makefu/2configs/tor.nix
2015-09-27 19:34:13 +02:00

8 lines
145 B
Nix

{ config, lib, pkgs, ... }:
{
services.tor.enable = true;
services.tor.client.enable = true;
# also enables services.tor.client.privoxy
}