nixos/bees: fix option example (#408287)

This commit is contained in:
Aleksana 2025-05-26 11:09:44 +08:00 committed by GitHub
commit bcd00a5dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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