feat(topology): render network addresses

This commit is contained in:
oddlama 2024-03-16 13:49:59 +01:00
parent 887115c96d
commit 25a864b1e8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 31 additions and 23 deletions

View file

@ -0,0 +1,3 @@
{config, ...}: {
topology.id = config.node.name;
}