Skip to content

Commit

Permalink
deploy: 4d81c41
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Oct 13, 2024
1 parent 510ebc7 commit bf52058
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
14 changes: 6 additions & 8 deletions microvm-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2 id="microvmcloud-hypervisorextraargs"><a class="header" href="#microvmcloud-
<h2 id="microvmcpu"><a class="header" href="#microvmcpu">microvm.cpu</a></h2>
<p>What CPU to emulate, if any. If different from the host
architecture, it will have a serious performance hit.</p>
<p>Only supported with qemu.</p>
<p><strong>Note:</strong> Only supported with qemu.</p>
<p><em>Type:</em>
null or string</p>
<p><em>Default:</em>
Expand Down Expand Up @@ -280,12 +280,10 @@ <h2 id="microvmdevicespath"><a class="header" href="#microvmdevicespath">microvm
<h2 id="microvmforwardports"><a class="header" href="#microvmforwardports">microvm.forwardPorts</a></h2>
<p>When using the SLiRP user networking (default), this option allows to
forward ports to/from the host/guest.</p>
<p>&lt;warning&gt;&lt;para&gt;
If the NixOS firewall on the virtual machine is enabled, you also
have to open the guest ports to enable the traffic between host and
guest.
&lt;/para&gt;&lt;/warning&gt;</p>
<p>&lt;note&gt;&lt;para&gt;Currently QEMU supports only IPv4 forwarding.&lt;/para&gt;&lt;/note&gt;</p>
<p><strong>Warning:</strong> If the NixOS firewall on the virtual machine is enabled, you
also have to open the guest ports to enable the traffic
between host and guest.</p>
<p><strong>Note:</strong> Currently QEMU supports only IPv4 forwarding.</p>
<p><em>Type:</em>
list of (submodule)</p>
<p><em>Default:</em>
Expand Down Expand Up @@ -744,7 +742,7 @@ <h2 id="microvmvolumesimage"><a class="header" href="#microvmvolumesimage">micro
<li><a href="https://github.com/astro/microvm.nix/tree/main/nixos-modules/microvm/options.nix">microvm.nix/nixos-modules/microvm/options.nix</a></li>
</ul>
<h2 id="microvmvolumeslabel"><a class="header" href="#microvmvolumeslabel">microvm.volumes.*.label</a></h2>
<p>Label of the volume, if any. Only applicable if autoCreate is true; otherwise labeling of the volume must be done manually</p>
<p>Label of the volume, if any. Only applicable if <code>autoCreate</code> is true; otherwise labeling of the volume must be done manually</p>
<p><em>Type:</em>
null or string</p>
<p><em>Default:</em>
Expand Down
14 changes: 6 additions & 8 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h2 id="microvmcloud-hypervisorextraargs"><a class="header" href="#microvmcloud-
<h2 id="microvmcpu"><a class="header" href="#microvmcpu">microvm.cpu</a></h2>
<p>What CPU to emulate, if any. If different from the host
architecture, it will have a serious performance hit.</p>
<p>Only supported with qemu.</p>
<p><strong>Note:</strong> Only supported with qemu.</p>
<p><em>Type:</em>
null or string</p>
<p><em>Default:</em>
Expand Down Expand Up @@ -579,12 +579,10 @@ <h2 id="microvmdevicespath"><a class="header" href="#microvmdevicespath">microvm
<h2 id="microvmforwardports"><a class="header" href="#microvmforwardports">microvm.forwardPorts</a></h2>
<p>When using the SLiRP user networking (default), this option allows to
forward ports to/from the host/guest.</p>
<p>&lt;warning&gt;&lt;para&gt;
If the NixOS firewall on the virtual machine is enabled, you also
have to open the guest ports to enable the traffic between host and
guest.
&lt;/para&gt;&lt;/warning&gt;</p>
<p>&lt;note&gt;&lt;para&gt;Currently QEMU supports only IPv4 forwarding.&lt;/para&gt;&lt;/note&gt;</p>
<p><strong>Warning:</strong> If the NixOS firewall on the virtual machine is enabled, you
also have to open the guest ports to enable the traffic
between host and guest.</p>
<p><strong>Note:</strong> Currently QEMU supports only IPv4 forwarding.</p>
<p><em>Type:</em>
list of (submodule)</p>
<p><em>Default:</em>
Expand Down Expand Up @@ -1043,7 +1041,7 @@ <h2 id="microvmvolumesimage"><a class="header" href="#microvmvolumesimage">micro
<li><a href="https://github.com/astro/microvm.nix/tree/main/nixos-modules/microvm/options.nix">microvm.nix/nixos-modules/microvm/options.nix</a></li>
</ul>
<h2 id="microvmvolumeslabel"><a class="header" href="#microvmvolumeslabel">microvm.volumes.*.label</a></h2>
<p>Label of the volume, if any. Only applicable if autoCreate is true; otherwise labeling of the volume must be done manually</p>
<p>Label of the volume, if any. Only applicable if <code>autoCreate</code> is true; otherwise labeling of the volume must be done manually</p>
<p><em>Type:</em>
null or string</p>
<p><em>Default:</em>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit bf52058

Please sign in to comment.