nixos/tor: Correct "transparent" typo

This commit is contained in:
Jean-Paul Calderone 2018-09-17 09:55:18 -04:00 committed by Robin Gloster
parent 969a39bd09
commit 57834da7fc

View File

@ -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 {