Make a strategy like `tahoe_configs` but that returns the actual config instead of a function
The underlying Tahoe APIs make it more convenient to return a function but the function is a lot less convenient in the tests themselves.
Make a strategy that just gives you a config. Keep tahoe_configs
as is to reduce churn but implement it on top of the new thing if possible.