summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authornetworkException <git@nwex.de>2024-02-29 11:03:01 +0100
committernetworkException <git@nwex.de>2024-02-29 11:03:01 +0100
commit644eac31e6c163360743be630b198d988fb6460f (patch)
treec05f02f14db3ab9a9b09f838126b72cf849f0d78 /nixos/modules/services/matrix
parentebe6e807793e7c9cc59cf81225fdee1a03413811 (diff)
nixos/matrix-sliding-sync: document unix socket support in SYNCV3_BINDADDR
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/matrix-sliding-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/matrix-sliding-sync.nix b/nixos/modules/services/matrix/matrix-sliding-sync.nix
index 8b22cd7dba80..078fe211c8d5 100644
--- a/nixos/modules/services/matrix/matrix-sliding-sync.nix
+++ b/nixos/modules/services/matrix/matrix-sliding-sync.nix
@@ -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 {