summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-07-20 00:14:44 +0200
committeraszlig <aszlig@nix.build>2020-07-20 00:14:44 +0200
commit4e92b613cce1584c2a20c05be242c709e2276204 (patch)
tree7f074c0e26dbf8d5d1f2844a57b4a824231c079d /nixos
parent1c26e6baecd8a71e4d41ff0eb3c81ce3c05136c3 (diff)
downloadnixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar.gz
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar.bz2
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar.lz
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar.xz
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.tar.zst
nixpkgs-4e92b613cce1584c2a20c05be242c709e2276204.zip
nixos/wireguard: Fix mismatched XML tag
Build error introduced in fe7053f75a912197f312d890740dd3bdde0ed994:

  parser error : Opening and ending tag mismatch: commmand line 6139 and command
  escription><para>Base64 preshared key generated by <commmand>wg genpsk</command>
                                                                                 ^
Writing "command" with only two "m" fixes building the NixOS manual.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/wg-quick.nix2
1 files changed, 1 insertions, 1 deletions
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 <commmand>wg genpsk</command>.
+          Base64 preshared key generated by <command>wg genpsk</command>.
           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.