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;
|
||||
default = "objectstore+file://%S/tvix-castore/blobs.object-store";
|
||||
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 {
|
||||
type = lib.types.str;
|
||||
default = "sled://%S/tvix-castore/directories.sled";
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue