mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Changed disko.disks
to disko.devices.disk
In the section `### Generating the `.raw` VM Image` in step 3. It is written that the raw image file created is named `vdb`, but in the file [simple-efi.nix](a816daa384/example/simple-efi.nix
) the first time `vdb` is mentioned is in `disko.devices.disk` not in `disko.disks` so I assumed that the file [simple-efi.nix](a816daa384/example/simple-efi.nix
) was updated it the part about `disko.disks` is a mistake. Otherwise, I would really like to know what I am not understanding here 😁
This commit is contained in:
parent
a816daa384
commit
285e26465a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ In the this example we create a flake containing a nixos configuration for `myho
|
|||
```
|
||||
|
||||
The script will generate the actual image outside of the nix store in the current working directory.
|
||||
The create image names depend on the names used in `disko.disks` attrset in the NixOS configuration.
|
||||
The create image names depend on the names used in `disko.devices.disk` attrset in the NixOS configuration.
|
||||
In our code example it will produce the following image:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue