···151 publicKey = mkOption {
152 example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
153 type = types.str;
154- description = "The base64 public key the peer.";
155 };
156157 presharedKey = mkOption {
···151 publicKey = mkOption {
152 example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
153 type = types.str;
154+ description = "The base64 public key of the peer.";
155 };
156157 presharedKey = mkOption {