From 2e68a674bd80c8ac26013552dbb7abd2bab052c6 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sun, 18 May 2025 10:12:21 +0200 Subject: [PATCH] nixos/bees: fix option example The attribute name usually corresponds to the path of the filesystem. --- nixos/modules/services/misc/bees.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/bees.nix b/nixos/modules/services/misc/bees.nix index 2815bb035cb7..96c4789f86e0 100644 --- a/nixos/modules/services/misc/bees.nix +++ b/nixos/modules/services/misc/bees.nix @@ -87,7 +87,7 @@ in default = { }; example = lib.literalExpression '' { - root = { + "-" = { spec = "LABEL=root"; hashTableSizeMB = 2048; verbosity = "crit";