From 4e92b613cce1584c2a20c05be242c709e2276204 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 20 Jul 2020 00:14:44 +0200 Subject: [PATCH] nixos/wireguard: Fix mismatched XML tag Build error introduced in fe7053f75a912197f312d890740dd3bdde0ed994: parser error : Opening and ending tag mismatch: commmand line 6139 and command escription>Base64 preshared key generated by wg genpsk ^ Writing "command" with only two "m" fixes building the NixOS manual. Signed-off-by: aszlig --- nixos/modules/services/networking/wg-quick.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/wg-quick.nix b/nixos/modules/services/networking/wg-quick.nix index 90c2d3cd35c..02fe40a22a1 100644 --- a/nixos/modules/services/networking/wg-quick.nix +++ b/nixos/modules/services/networking/wg-quick.nix @@ -147,7 +147,7 @@ let example = "rVXs/Ni9tu3oDBLS4hOyAUAa1qTWVA3loR8eL20os3I="; type = with types; nullOr str; description = '' - Base64 preshared key generated by wg genpsk. + Base64 preshared key generated by wg genpsk. Optional, and may be omitted. This option adds an additional layer of symmetric-key cryptography to be mixed into the already existing public-key cryptography, for post-quantum resistance.