nixos/tor: add missing option type

This commit is contained in:
Joachim Fasting
2017-03-22 02:27:23 +01:00
parent 50d77f18ac
commit 95eaa3aec3
+1
View File
@@ -140,6 +140,7 @@ in
}; };
privoxy.enable = mkOption { privoxy.enable = mkOption {
type = types.bool;
default = true; default = true;
description = '' description = ''
Whether to enable and configure the system Privoxy to use Tor's Whether to enable and configure the system Privoxy to use Tor's