summaryrefslogtreecommitdiffstats
path: root/example/complex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/complex.nix')
-rw-r--r--example/complex.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/complex.nix b/example/complex.nix
index f2204a6..b3fb951 100644
--- a/example/complex.nix
+++ b/example/complex.nix
@@ -1,4 +1,4 @@
-{ disks ? [ "/dev/vdb" "/dev/vdc" ], ... }: {
+{ disks ? [ "/dev/vdb" "/dev/vdc" "/dev/vdd" ], ... }: {
disk = {
disk0 = {
type = "disk";