File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- # Running Interactive VMs with disko
1
+ # Running Interactive VMs with ` disko `
2
2
3
3
disko now exports its own flavor of interactive VMs (similiar to
4
4
config.system.build.vm). Simply import the disko module and build the vm runner
5
5
with:
6
6
7
- ```
7
+ ``` bash
8
8
nix run -L ' .#nixosConfigurations.mymachine.config.system.build.vmWithDisko'
9
9
```
10
10
@@ -21,6 +21,7 @@ option:
21
21
}
22
22
```
23
23
24
- extraConfig that is set in disko.tests.extraConfig is also applied to the
25
- interactive VMs. imageSize of the VMs will be determined by the imageSize in the
26
- disk type in your disko config. memorySize is set by disko.memSize
24
+ Extra configuration that is set in ` disko.tests.extraConfig ` is also applied to the
25
+ interactive VMs. The image size of the VMs will be determined by the
26
+ ` disko.devices.disk.<name>.imageSize `
27
+ specifications. The memory size is set by ` disko.memSize ` .
You can’t perform that action at this time.
0 commit comments