nixos/tor: Correct "transparent" typo
This commit is contained in:
parent
969a39bd09
commit
57834da7fc
@ -208,7 +208,7 @@ in
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether to enable tor transaprent proxy";
|
description = "Whether to enable tor transparent proxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
listenAddress = mkOption {
|
listenAddress = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user