🔧 homestar node

This commit is contained in:
James Walker 2024-02-29 19:01:40 -05:00
parent 074e771c3a
commit 765df12592
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -134,8 +134,15 @@ in
homestar = {
enable = true;
settings = {
node.network.rpc = {
port = 9820;
node.network = {
libp2p = {
node_addresses = [
"/dns4/homestar.fission.dev/tcp/7001/p2p/16Uiu2HAmTq9LA2fLFzyLXVstac4AFk4jTwboTcJgVMBNRg3sBP9V"
];
};
rpc = {
port = 9820;
};
};
};
};