mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
example complex: fix default value
This commit is contained in:
parent
3c4cc93007
commit
87e93073ac
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ disks ? [ "/dev/vdb" "/dev/vdc" ], ... }: {
|
||||
{ disks ? [ "/dev/vdb" "/dev/vdc" "/dev/vdd" ], ... }: {
|
||||
disk = {
|
||||
disk0 = {
|
||||
type = "disk";
|
||||
|
|
Loading…
Reference in a new issue