forked from M-Labs/nix-scripts
add roa1 master/satellite
This commit is contained in:
parent
9a3d7451df
commit
3562f6f189
|
@ -186,6 +186,12 @@ let
|
||||||
"1" = "purduesatellite";
|
"1" = "purduesatellite";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
roa1 = {
|
||||||
|
master = "roa1master";
|
||||||
|
satellites = {
|
||||||
|
"1" = "roa1satellite";
|
||||||
|
};
|
||||||
|
};
|
||||||
sias = {
|
sias = {
|
||||||
master = "siasmaster";
|
master = "siasmaster";
|
||||||
satellites = {
|
satellites = {
|
||||||
|
|
Loading…
Reference in New Issue