Skip to content

Commit

Permalink
wireguard: improve phrasing of warning message as suggested by zx2c4
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Jul 16, 2017
1 parent 26915ce commit d4e7c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/networking/wireguard.nix
Expand Up @@ -28,7 +28,7 @@ let
description = ''
Base64 private key generated by wg genkey.
WARNING: Consider using privateKeyFile instead if you don't
Warning: Consider using privateKeyFile instead if you do not
want to store the key in the world-readable Nix store.
'';
};
Expand Down Expand Up @@ -111,7 +111,7 @@ let
symmetric-key cryptography to be mixed into the already existing
public-key cryptography, for post-quantum resistance.
WARNING: Consider using presharedKeyFile instead if you don't
Warning: Consider using presharedKeyFile instead if you do not
want to store the key in the world-readable Nix store.
'';
};
Expand Down

0 comments on commit d4e7c5f

Please sign in to comment.