rtl: add option extraConfig for nodes
Also define rtl config as a Nix attrset that is converted to JSON
This commit is contained in:
parent
ff228a604d
commit
3755b3ebea
3 changed files with 72 additions and 52 deletions
|
|
@ -67,6 +67,7 @@ let
|
|||
lnd = {
|
||||
enable = mkDefault true;
|
||||
loop = mkDefault true;
|
||||
extraConfig.Settings.userPersona = "MERCHANT";
|
||||
};
|
||||
clightning.enable = mkDefault true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue