lnd: use type str for rpclisten, restlisten
This commit is contained in:
parent
8b053326cc
commit
de23fdd377
3 changed files with 13 additions and 13 deletions
|
|
@ -264,8 +264,8 @@ in {
|
|||
|
||||
services.lnd = {
|
||||
listen = netns.lnd.address;
|
||||
rpclisten = [ netns.lnd.address ];
|
||||
restlisten = [ netns.lnd.address ];
|
||||
rpclisten = netns.lnd.address;
|
||||
restlisten = netns.lnd.address;
|
||||
};
|
||||
|
||||
services.liquidd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue