File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 24
24
What CPU to emulate, if any. If different from the host
25
25
architecture, it will have a serious performance hit.
26
26
27
+ ::: {.note}
27
28
Only supported with qemu.
29
+ :::
28
30
'' ;
29
31
} ;
30
32
163
165
When using the SLiRP user networking (default), this option allows to
164
166
forward ports to/from the host/guest.
165
167
166
- < warning><para>
167
- If the NixOS firewall on the virtual machine is enabled, you also
168
- have to open the guest ports to enable the traffic between host and
169
- guest.
170
- </para></warning>
168
+ ::: {. warning}
169
+ If the NixOS firewall on the virtual machine is enabled, you
170
+ also have to open the guest ports to enable the traffic
171
+ between host and guest.
172
+ :::
171
173
172
- <note><para>Currently QEMU supports only IPv4 forwarding.</para></note>
174
+ ::: {.note}
175
+ Currently QEMU supports only IPv4 forwarding.
176
+ :::
173
177
'' ;
174
178
} ;
175
179
volumes = mkOption {
184
188
label = mkOption {
185
189
type = nullOr str ;
186
190
default = null ;
187
- description = "Label of the volume, if any. Only applicable if autoCreate is true; otherwise labeling of the volume must be done manually" ;
191
+ description = "Label of the volume, if any. Only applicable if ` autoCreate` is true; otherwise labeling of the volume must be done manually" ;
188
192
} ;
189
193
mountPoint = mkOption {
190
194
type = nullOr path ;
You can’t perform that action at this time.
0 commit comments