forked from M-Labs/nix-scripts
add bonn2master/-satellite
This commit is contained in:
parent
46f6e33837
commit
ff98ed88c1
|
@ -162,6 +162,12 @@ let
|
||||||
"1" = "berkeley3satellite";
|
"1" = "berkeley3satellite";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
bonn = {
|
||||||
|
master = "bonn2master";
|
||||||
|
satellites = {
|
||||||
|
"1" = "bonn2satellite";
|
||||||
|
};
|
||||||
|
};
|
||||||
npl3 = {
|
npl3 = {
|
||||||
master = "npl3master";
|
master = "npl3master";
|
||||||
satellites = {
|
satellites = {
|
||||||
|
|
Loading…
Reference in New Issue