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