pkgs/network-graphs: ACAB

This commit is contained in:
Astro 2022-10-31 23:21:58 +01:00
parent a2d083963a
commit d3f1e4c778
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ let
then "grey"
else if net == "mgmt"
then "brown"
else if net == "roof"
then "orange"
else if net == "flpk"
then "yellow"
else if builtins.elem net [ "c3d2" "serv" "cluster" ]
then "green"
else if builtins.match "up.+" net != null ||