docs: Update store options descriptions

This commit is contained in:
sinavir 2024-07-18 22:18:20 +02:00
parent d5d34b2b83
commit 9e967da0a8

View file

@ -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 {