Variable NoiseSettings.privateKeyPath

Path to private key file. Either this or the privateKey field must be set. If both are set the privateKeyPath field is used.

struct NoiseSettings
{
  // ...
  vibe.inet.path.Path privateKeyPath;
  // ...
}