From 95eaa3aec3f380a092cfaf14b4d8dccbfb2d241b Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 19 Mar 2017 22:18:50 +0100 Subject: nixos/tor: add missing option type --- nixos/modules/services/security/tor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix index 3b4d77a6f7b1..10596d6431d0 100644 --- a/nixos/modules/services/security/tor.nix +++ b/nixos/modules/services/security/tor.nix @@ -140,6 +140,7 @@ in }; privoxy.enable = mkOption { + type = types.bool; default = true; description = '' Whether to enable and configure the system Privoxy to use Tor's -- cgit 1.4.1