document extraRootModules better

This commit is contained in:
lassulus 2024-06-24 15:25:25 +02:00 committed by mergify[bot]
parent 50d4d13fba
commit dd4d1663cc

View file

@ -13,9 +13,10 @@ in
extraRootModules = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = ''
extra modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
extra kernel modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
'';
default = [ ];
example = [ "bcachefs" ];
};
extraPostVM = lib.mkOption {
type = lib.types.str;