nixos/bees: fix option example

The attribute name usually corresponds to the path of the filesystem.
This commit is contained in:
FliegendeWurst 2025-05-18 10:12:21 +02:00
parent 8d625a894c
commit 2e68a674bd

View File

@ -87,7 +87,7 @@ in
default = { };
example = lib.literalExpression ''
{
root = {
"-" = {
spec = "LABEL=root";
hashTableSizeMB = 2048;
verbosity = "crit";