modules/wireguard: fix typo in documentation

This commit is contained in:
Markus S. Wamser 2020-02-07 20:54:35 +01:00
parent 055ffb0b23
commit 696979e0bc

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 {