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