[Fix] Stability

This commit is contained in:
Alex Emmet 2026-08-28 13:21:38 +02:00
commit 84a56678e0
No known key found for this signature in database
7 changed files with 125 additions and 46 deletions

View file

@ -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 {