clightning: add bindport option
This commit is contained in:
parent
b6179639fe
commit
d99ccc8445
3 changed files with 8 additions and 3 deletions
|
|
@ -50,6 +50,11 @@ in {
|
|||
default = null;
|
||||
description = "Set an IP address or UNIX domain socket to listen to";
|
||||
};
|
||||
bindport = mkOption {
|
||||
type = types.port;
|
||||
default = 9735;
|
||||
description = "Set a Port to listen to locally";
|
||||
};
|
||||
announce-tor = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue