1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
type = types.bool;
default = false;
description = "Whether to enable tor transaprent proxy";
description = "Whether to enable tor transparent proxy";
};
listenAddress = mkOption {