forked from M-Labs/nix-scripts
add npl3 master-satellite pair
This commit is contained in:
parent
09fd2cf946
commit
b0e723d565
|
@ -162,6 +162,12 @@ let
|
||||||
"1" = "berkeley3satellite";
|
"1" = "berkeley3satellite";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
npl3 = {
|
||||||
|
master = "npl3master";
|
||||||
|
satellites = {
|
||||||
|
"1" = "npl3satellite";
|
||||||
|
};
|
||||||
|
};
|
||||||
npl5 = {
|
npl5 = {
|
||||||
master = "npl5master";
|
master = "npl5master";
|
||||||
satellites = {
|
satellites = {
|
||||||
|
|
Loading…
Reference in New Issue