From c65614cdef66c38ff2939928e9072873e19e1c37 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 27 Sep 2015 19:34:13 +0200 Subject: add tor,virtualbox --- makefu/2configs/tor.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 makefu/2configs/tor.nix (limited to 'makefu/2configs/tor.nix') diff --git a/makefu/2configs/tor.nix b/makefu/2configs/tor.nix new file mode 100644 index 00000000..e466a183 --- /dev/null +++ b/makefu/2configs/tor.nix @@ -0,0 +1,7 @@ +{ config, lib, pkgs, ... }: + +{ + services.tor.enable = true; + services.tor.client.enable = true; + # also enables services.tor.client.privoxy +} -- cgit v1.2.3