summary refs log tree commit diff
path: root/nixos/modules/services/security
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@users.noreply.github.com>2018-09-17 09:55:18 -0400
committerRobin Gloster <mail@glob.in>2018-09-17 16:13:11 +0200
commit57834da7fcc45087f9076ef9a922f1ae4a1e8b1d (patch)
tree8da439a920a9f003d171b6ec10e5e0850f2208b1 /nixos/modules/services/security
parent969a39bd09003d8fbc5d15d18472c60ee2058aec (diff)
downloadnixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar.gz
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar.bz2
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar.lz
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar.xz
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.tar.zst
nixlib-57834da7fcc45087f9076ef9a922f1ae4a1e8b1d.zip
nixos/tor: Correct "transparent" typo
Diffstat (limited to 'nixos/modules/services/security')
-rw-r--r--nixos/modules/services/security/tor.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix
index def77ba69e58..9b6d4be9bda8 100644
--- a/nixos/modules/services/security/tor.nix
+++ b/nixos/modules/services/security/tor.nix
@@ -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 {