forked from M-Labs/nix-scripts
added hw2 master + satellite
This commit is contained in:
parent
36fa4372cd
commit
6db4ccfaa4
|
@ -41,6 +41,8 @@ let
|
|||
"hustmaster"
|
||||
"hustsatellite"
|
||||
"hw"
|
||||
"hw2master"
|
||||
"hw2satellite"
|
||||
"indiana"
|
||||
"innsbruck2"
|
||||
"ist"
|
||||
|
@ -138,6 +140,12 @@ let
|
|||
"1" = "afsatellite";
|
||||
};
|
||||
};
|
||||
hw2 = {
|
||||
master = "hw2master";
|
||||
satellites = {
|
||||
"1" = "hw2satellite";
|
||||
};
|
||||
};
|
||||
hust = {
|
||||
master = "hustmaster";
|
||||
satellites = {
|
||||
|
|
Loading…
Reference in New Issue