nixos/bees: fix option example
The attribute name usually corresponds to the path of the filesystem.
This commit is contained in:
parent
8d625a894c
commit
2e68a674bd
@ -87,7 +87,7 @@ in
|
|||||||
default = { };
|
default = { };
|
||||||
example = lib.literalExpression ''
|
example = lib.literalExpression ''
|
||||||
{
|
{
|
||||||
root = {
|
"-" = {
|
||||||
spec = "LABEL=root";
|
spec = "LABEL=root";
|
||||||
hashTableSizeMB = 2048;
|
hashTableSizeMB = 2048;
|
||||||
verbosity = "crit";
|
verbosity = "crit";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user