Create rtl.nix

This commit is contained in:
Bitcoin Txoko
2024-07-21 12:29:22 +02:00
committed by GitHub
parent bcac377410
commit 857ecb65b1
+9
View File
@@ -0,0 +1,9 @@
{
services.rtl = {
enable = true;
nodes = {
# lnd.enable = true;
clightning.enable = true;
};
};
}