Add rtl to Hosea
This commit is contained in:
@@ -19,6 +19,7 @@ in
|
||||
lnd.restPort
|
||||
lnd.port
|
||||
mempool.frontend.port
|
||||
rtl.port
|
||||
];
|
||||
|
||||
greg.backup.jobs = {
|
||||
@@ -69,6 +70,16 @@ in
|
||||
address = ip;
|
||||
};
|
||||
};
|
||||
rtl = {
|
||||
enable = true;
|
||||
address = ip;
|
||||
dataDir = "/chain/rtl";
|
||||
extraCurrency = "USD";
|
||||
nodes = {
|
||||
clightning.enable = true;
|
||||
lnd.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
Reference in New Issue
Block a user