stockholm/makefu/2configs/tor.nix

8 lines
145 B
Nix
Raw Normal View History

2015-09-27 17:34:13 +00:00
{ config, lib, pkgs, ... }:
{
services.tor.enable = true;
services.tor.client.enable = true;
# also enables services.tor.client.privoxy
}