forked from yu-re-ka/binary-cache
docs: Update store options descriptions
This commit is contained in:
parent
d5d34b2b83
commit
9e967da0a8
|
@ -31,14 +31,14 @@ in
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "objectstore+file://%S/tvix-castore/blobs.object-store";
|
default = "objectstore+file://%S/tvix-castore/blobs.object-store";
|
||||||
description = ''
|
description = ''
|
||||||
`blob-service-addr` option for the castore (please read tvix source/docs to learn more).
|
`blob-service-addr` option for the mutualized content addressed storage.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
directory-service-addr = lib.mkOption {
|
directory-service-addr = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "sled://%S/tvix-castore/directories.sled";
|
default = "sled://%S/tvix-castore/directories.sled";
|
||||||
description = ''
|
description = ''
|
||||||
`directory-service-addr` option for the castore (please read tvix source/docs to learn more).
|
`directory-service-addr` option for the mutualized content addressed storage.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
caches = lib.mkOption {
|
caches = lib.mkOption {
|
||||||
|
|
Loading…
Reference in a new issue