From d52ca37645b7bd48efeea0e40299713f1c9e04ba Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Tue, 17 Sep 2024 09:37:29 +0700 Subject: [PATCH] docs: rename `vdb` -> `main` --- docs/disko-images.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/disko-images.md b/docs/disko-images.md index 8ca0b69..6ad71e7 100644 --- a/docs/disko-images.md +++ b/docs/disko-images.md @@ -36,7 +36,7 @@ In the this example we create a flake containing a nixos configuration for system.stateVersion = config.system.nixos.version; # Adjust this to your liking. # WARNING: if you set a too low value the image might be not big enough to contain the nixos installation - disko.devices.disk.vdb.imageSize = "10G"; + disko.devices.disk.main.imageSize = "10G"; }) ]; }; @@ -84,8 +84,8 @@ In the this example we create a flake containing a nixos configuration for it will produce the following image: ``` - $ ls -la vdb.raw - .rw-r--r-- root root 10 GB 2 minutes ago vdb.raw + $ ls -la main.raw + .rw-r--r-- root root 10 GB 2 minutes ago main.raw ``` ## Additional Configuration