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