nixos/matrix-sliding-sync: document unix socket support in SYNCV3_BINDADDR

This commit is contained in:
networkException 2024-02-29 11:03:01 +01:00
parent ebe6e80779
commit 644eac31e6
No known key found for this signature in database
GPG Key ID: E3877443AE684391

View File

@ -37,7 +37,7 @@ in
type = lib.types.str;
default = "127.0.0.1:8009";
example = "[::]:8008";
description = lib.mdDoc "The interface and port to listen on.";
description = lib.mdDoc "The interface and port or path (for unix socket) to listen on.";
};
SYNCV3_LOG_LEVEL = lib.mkOption {