chore(pcsd): update breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
fd9880e00d
commit
b5aab9d19d
2 changed files with 4 additions and 8 deletions
|
@ -59,17 +59,13 @@ in {
|
||||||
nodes = [
|
nodes = [
|
||||||
{
|
{
|
||||||
name = "thingone";
|
name = "thingone";
|
||||||
nodeid = "1";
|
nodeid = 1;
|
||||||
addrs = [
|
ring_addrs = ["10.0.0.244"];
|
||||||
{addr = "10.0.0.244";}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "thingtwo";
|
name = "thingtwo";
|
||||||
nodeid = "2";
|
nodeid = 2;
|
||||||
addrs = [
|
ring_addrs = ["10.0.0.159"];
|
||||||
{addr = "10.0.0.159";}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue