Just adding group, the color will let you know they are connected together
@startuml
nwdiag {
group{
color="#CCFFCC";
description = "Hello World";
alice;
web01;
}
network test {
alice [shape actor];
web01 [shape = server];
alice -- web01;
}
}
@enduml