feat: add tux to mesh

This commit is contained in:
2026-02-04 21:21:22 -08:00
parent 413f16fb6f
commit a42e02514e

View File

@@ -20,7 +20,7 @@ let
}; };
tux = { tux = {
address = "tux"; address = "tux";
publicKey = "TUX_PUBLIC_KEY_HERE="; publicKey = "Z17ci3Flk1eDAhJ8QZSUgtmlw6BVu4XqvpqLKLWTYWw=";
isRouter = false; isRouter = false;
ip = "10.100.0.3"; ip = "10.100.0.3";
}; };