diff --git a/nixos-modules/microvm/options.nix b/nixos-modules/microvm/options.nix index 2d22e452..64d5b96f 100644 --- a/nixos-modules/microvm/options.nix +++ b/nixos-modules/microvm/options.nix @@ -12,7 +12,7 @@ in type = types.bool; default = true; description = '' - Whether to enable the microvm.nix guest module. + Whether to enable the microvm.nix guest module at all. ''; };