3
0
Fork 0
forked from mirrors/nixpkgs

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 {
example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
type = types.str;
description = "The base64 public key the peer.";
description = "The base64 public key of the peer.";
};
presharedKey = mkOption {