13 lines
188 B
Nix
13 lines
188 B
Nix
{
|
|
enable = true;
|
|
existing = true;
|
|
nodes =
|
|
{
|
|
rossby-manage = "172.16.239.221";
|
|
rossby = "172.16.239.222";
|
|
fs-work = "172.16.239.210";
|
|
};
|
|
}
|
|
|
|
|