modules/wireguard: fix typo in documentation
This commit is contained in:
parent
055ffb0b23
commit
696979e0bc
@ -151,7 +151,7 @@ let
|
||||
publicKey = mkOption {
|
||||
example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
|
||||
type = types.str;
|
||||
description = "The base64 public key the peer.";
|
||||
description = "The base64 public key of the peer.";
|
||||
};
|
||||
|
||||
presharedKey = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user