File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,23 @@ <h2 id="microvmcloud-hypervisorextraargs"><a class="header" href="#microvmcloud-
194194< ul >
195195< li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
196196</ ul >
197+ < h2 id ="microvmcloud-hypervisorplatformoemstrings "> < a class ="header " href ="#microvmcloud-hypervisorplatformoemstrings "> microvm.cloud-hypervisor.platformOEMStrings</ a > </ h2 >
198+ < p > Extra arguments to pass to cloud-hypervisor’s --platform oem_strings=[] argument.</ p >
199+ < p > All the oem strings will be concatenated with a comma (,) and wrapped in oem_string=[].</ p >
200+ < p > Do not include oem_string= or the [] brackets in the value.</ p >
201+ < p > The resulting string will be combined with any --platform options in
202+ < code > config.microvm.cloud-hypervisor.extraArgs</ code > and passed as a single
203+ –platform option to cloud-hypervisor</ p >
204+ < p > < em > Type:</ em >
205+ list of string</ p >
206+ < p > < em > Default:</ em >
207+ < code > [ ]</ code > </ p >
208+ < p > < em > Example:</ em >
209+ < code > [ "io.systemd.credential:APIKEY=supersecret" ]</ code > </ p >
210+ < p > < em > Declared by:</ em > </ p >
211+ < ul >
212+ < li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
213+ </ ul >
197214< h2 id ="microvmcpu "> < a class ="header " href ="#microvmcpu "> microvm.cpu</ a > </ h2 >
198215< p > What CPU to emulate, if any. If different from the host
199216architecture, it will have a serious performance hit.</ p >
Original file line number Diff line number Diff line change @@ -553,6 +553,23 @@ <h2 id="microvmcloud-hypervisorextraargs"><a class="header" href="#microvmcloud-
553553< ul >
554554< li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
555555</ ul >
556+ < h2 id ="microvmcloud-hypervisorplatformoemstrings "> < a class ="header " href ="#microvmcloud-hypervisorplatformoemstrings "> microvm.cloud-hypervisor.platformOEMStrings</ a > </ h2 >
557+ < p > Extra arguments to pass to cloud-hypervisor’s --platform oem_strings=[] argument.</ p >
558+ < p > All the oem strings will be concatenated with a comma (,) and wrapped in oem_string=[].</ p >
559+ < p > Do not include oem_string= or the [] brackets in the value.</ p >
560+ < p > The resulting string will be combined with any --platform options in
561+ < code > config.microvm.cloud-hypervisor.extraArgs</ code > and passed as a single
562+ –platform option to cloud-hypervisor</ p >
563+ < p > < em > Type:</ em >
564+ list of string</ p >
565+ < p > < em > Default:</ em >
566+ < code > [ ]</ code > </ p >
567+ < p > < em > Example:</ em >
568+ < code > [ "io.systemd.credential:APIKEY=supersecret" ]</ code > </ p >
569+ < p > < em > Declared by:</ em > </ p >
570+ < ul >
571+ < li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
572+ </ ul >
556573< h2 id ="microvmcpu "> < a class ="header " href ="#microvmcpu "> microvm.cpu</ a > </ h2 >
557574< p > What CPU to emulate, if any. If different from the host
558575architecture, it will have a serious performance hit.</ p >
You can’t perform that action at this time.
0 commit comments