Skip to content

Commit d25a165

Browse files
deploy: 3b39c12
1 parent 8616c0d commit d25a165

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

microvm-options.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
199216
architecture, it will have a serious performance hit.</p>

print.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
558575
architecture, it will have a serious performance hit.</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)