summary refs log tree commit diff
path: root/nixos/modules/services/networking/wireguard.nix
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-02-07 20:54:35 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-02-07 20:54:35 +0100
commit696979e0bc8c7603fee9fd479e7247b913b18832 (patch)
tree72e3bd920401b6620d6fe1ca7dc63ab09636111a /nixos/modules/services/networking/wireguard.nix
parent055ffb0b23c9299dffdf65d01b7b965bbbb488ce (diff)
downloadnixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar.gz
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar.bz2
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar.lz
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar.xz
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.tar.zst
nixpkgs-696979e0bc8c7603fee9fd479e7247b913b18832.zip
modules/wireguard: fix typo in documentation
Diffstat (limited to 'nixos/modules/services/networking/wireguard.nix')
-rw-r--r--nixos/modules/services/networking/wireguard.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/wireguard.nix b/nixos/modules/services/networking/wireguard.nix
index 980961225c9..7785861a730 100644
--- a/nixos/modules/services/networking/wireguard.nix
+++ b/nixos/modules/services/networking/wireguard.nix
@@ -151,7 +151,7 @@ let
       publicKey = mkOption {
         example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
         type = types.str;
-        description = "The base64 public key the peer.";
+        description = "The base64 public key of the peer.";
       };
 
       presharedKey = mkOption {