From 5715bc02df0a1fa0250bdda196fa2c4c697ddc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 20 Aug 2024 17:13:58 +0200 Subject: [PATCH] Update docs/interactive-vm.md Co-authored-by: Paul Haerle --- docs/interactive-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interactive-vm.md b/docs/interactive-vm.md index fec8107..951ea3a 100644 --- a/docs/interactive-vm.md +++ b/docs/interactive-vm.md @@ -1,6 +1,6 @@ # Running Interactive VMs with disko -disko now exports it's own flavor of interactive VMs (similiar to config.system.build.vm). +disko now exports its own flavor of interactive VMs (similiar to config.system.build.vm). Simply import the disko module and build the vm runner with: ``` nix build -L '.#nixosConfigurations.mymachine.config.system.build.vmWithDisko'