Create rtl.nix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
services.rtl = {
|
||||
enable = true;
|
||||
nodes = {
|
||||
# lnd.enable = true;
|
||||
clightning.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user