Skip to content

Commit ddbe63d

Browse files
gabyxMic92
authored andcommittedApr 1, 2025
chore: small improvements in interactive-vm.md
1 parent b36e876 commit ddbe63d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

Diff for: ‎docs/interactive-vm.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Running Interactive VMs with disko
1+
# Running Interactive VMs with `disko`
22

33
disko now exports its own flavor of interactive VMs (similiar to
44
config.system.build.vm). Simply import the disko module and build the vm runner
55
with:
66

7-
```
7+
```bash
88
nix run -L '.#nixosConfigurations.mymachine.config.system.build.vmWithDisko'
99
```
1010

@@ -21,6 +21,7 @@ option:
2121
}
2222
```
2323

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`.

0 commit comments

Comments
 (0)