nixos/bees: add missing verbosity level 8 (#459862)

This commit is contained in:
Arne Keller
2026-07-22 11:01:22 +00:00
committed by GitHub

View File

@@ -17,6 +17,7 @@ let
notice = 5;
info = 6;
debug = 7;
trace = 8;
};
fsOptions = with lib.types; {