mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
docs: rename vdb
-> main
This commit is contained in:
parent
22ee467a54
commit
d52ca37645
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ In the this example we create a flake containing a nixos configuration for
|
||||||
system.stateVersion = config.system.nixos.version;
|
system.stateVersion = config.system.nixos.version;
|
||||||
# Adjust this to your liking.
|
# 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
|
# 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:
|
it will produce the following image:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ls -la vdb.raw
|
$ ls -la main.raw
|
||||||
.rw-r--r-- root root 10 GB 2 minutes ago vdb.raw
|
.rw-r--r-- root root 10 GB 2 minutes ago main.raw
|
||||||
```
|
```
|
||||||
|
|
||||||
## Additional Configuration
|
## Additional Configuration
|
||||||
|
|
Loading…
Reference in a new issue