Unverified Commit 644eac31 authored by networkException's avatar networkException
Browse files

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

parent ebe6e807
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {