move electrs.onionport option
Only used in secure-node.nix
This commit is contained in:
parent
74fbfa3a5d
commit
681dbaf328
2 changed files with 8 additions and 6 deletions
|
|
@ -44,11 +44,6 @@ in {
|
|||
default = 50001;
|
||||
description = "RPC port.";
|
||||
};
|
||||
onionport = mkOption {
|
||||
type = types.ints.u16;
|
||||
default = 50002;
|
||||
description = "Port on which to listen for tor client connections.";
|
||||
};
|
||||
extraArgs = mkOption {
|
||||
type = types.separatedString " ";
|
||||
default = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue