[Fix] Stability
This commit is contained in:
parent
b3441a8902
commit
84a56678e0
7 changed files with 125 additions and 46 deletions
|
|
@ -144,7 +144,7 @@
|
|||
bindAddress = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "0.0.0.0";
|
||||
description = "IP address to bind the HTTP/API server to.";
|
||||
description = "IP address to bind the MTP/QUIC server to.";
|
||||
};
|
||||
|
||||
openFirewall = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Reference in a new issue