🔧 homestar node
This commit is contained in:
parent
074e771c3a
commit
765df12592
@ -134,11 +134,18 @@ in
|
|||||||
homestar = {
|
homestar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
node.network.rpc = {
|
node.network = {
|
||||||
|
libp2p = {
|
||||||
|
node_addresses = [
|
||||||
|
"/dns4/homestar.fission.dev/tcp/7001/p2p/16Uiu2HAmTq9LA2fLFzyLXVstac4AFk4jTwboTcJgVMBNRg3sBP9V"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
rpc = {
|
||||||
port = 9820;
|
port = 9820;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
grafana = {
|
grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user