Add rtl to Hosea

This commit is contained in:
Greg Hellings
2025-11-08 16:08:00 -06:00
parent 9f05158524
commit 2439bdf588
+11
View File
@@ -19,6 +19,7 @@ in
lnd.restPort lnd.restPort
lnd.port lnd.port
mempool.frontend.port mempool.frontend.port
rtl.port
]; ];
greg.backup.jobs = { greg.backup.jobs = {
@@ -69,6 +70,16 @@ in
address = ip; address = ip;
}; };
}; };
rtl = {
enable = true;
address = ip;
dataDir = "/chain/rtl";
extraCurrency = "USD";
nodes = {
clightning.enable = true;
lnd.enable = true;
};
};
}; };
environment.systemPackages = with pkgs; [ ]; environment.systemPackages = with pkgs; [ ];