Merge pull request #79473 from wamserma/modules-wireguard-fix-doc-typo

modules/wireguard: fix typo in documentation
This commit is contained in:
Maximilian Bosch 2020-02-07 21:10:08 +01:00 committed by GitHub
commit 036589ebc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ let
publicKey = mkOption { publicKey = mkOption {
example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
type = types.str; type = types.str;
description = "The base64 public key the peer."; description = "The base64 public key of the peer.";
}; };
presharedKey = mkOption { presharedKey = mkOption {