nixos/tor: add missing option type
This commit is contained in:
parent
50d77f18ac
commit
95eaa3aec3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user