types net tinc: include pubkey_ed25519

This commit is contained in:
lassulus 2021-12-28 16:37:54 +01:00
parent 17e614cb00
commit b2f87082c1
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@ rec {
++
[config.pubkey]
++
optional (config.pubkey_ed25519 != null) ''
Ed25519PublicKey = ${config.pubkey_ed25519}
''
++
optional (config.weight != null) "Weight = ${toString config.weight}"
);
defaultText = ''