docs: modules/persist: document the "origin" store parameter

This commit is contained in:
Colin 2024-02-23 04:01:19 +00:00
parent 478747a96e
commit 0864790bb7

View File

@ -23,6 +23,11 @@ let
};
origin = mkOption {
type = types.str;
description = ''
where this store is rooted within the outer filesystem.
conceptually, this is the store's "mount point",
though technically this could be a path within any larger mount.
'';
};
prefix = mkOption {
type = types.str;