mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ in
|
|||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
root = {
|
||||
"-" = {
|
||||
spec = "LABEL=root";
|
||||
hashTableSizeMB = 2048;
|
||||
verbosity = "crit";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue