···151151 publicKey = mkOption {
152152 example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
153153 type = types.str;
154154- description = "The base64 public key the peer.";
154154+ description = "The base64 public key of the peer.";
155155 };
156156157157 presharedKey = mkOption {