diff --git a/network.dot b/network.dot
index ede443b54c641f1b86479f5fb8a2ebb194322aa8..8ab9e63b129628f16a279d6b361c9f701c2e5b40 100644
--- a/network.dot
+++ b/network.dot
@@ -8,12 +8,12 @@ digraph network {
     labelloc="t";
     label="Network Setup";
 
-    router -> {switch_livingroom, switch_bedroom, desktop_janne, printer}
-    switch_livingroom -> { nas, androidtv, ap_livingroom }
-    ap_livingroom -> { laptop_janne, laptop_janne_work, phone_janne } [color="#1E88E5" style="dotted"]
+    router -> {switch_livingroom switch_bedroom desktop_janne printer}
+    switch_livingroom -> { nas androidtv ap_livingroom }
+    ap_livingroom -> { laptop_janne laptop_janne_work phone_janne } [color="#1E88E5" style="dotted"]
     switch_livingroom -> avreceiver [color="#FBC02D"]
-    switch_bedroom -> { desktop_hannah, ap_bedroom }
-    ap_bedroom -> { laptop_hannah, phone_hannah } [color="#1E88E5" style="dotted"]
+    switch_bedroom -> { desktop_hannah ap_bedroom }
+    ap_bedroom -> { laptop_hannah phone_hannah } [color="#1E88E5" style="dotted"]
 
     subgraph cluster_livingroom {
         label="Living Room";