Skip to content

Commit

Permalink
nixos/tor: Correct "transparent" typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 57834da)
  • Loading branch information
exarkun authored and joachifm committed Sep 22, 2018
1 parent d25ed2c commit 8342f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/security/tor.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 8342f25

Please sign in to comment.