summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/complex.nix2
-rw-r--r--example/luks-lvm.nix4
-rw-r--r--example/lvm-raid.nix2
-rw-r--r--example/zfs-over-legacy.nix2
4 files changed, 5 insertions, 5 deletions
diff --git a/example/complex.nix b/example/complex.nix
index 590dd9b..b361196 100644
--- a/example/complex.nix
+++ b/example/complex.nix
@@ -109,7 +109,7 @@
type = "filesystem";
format = "ext4";
mountpoint = "/ext4_on_lvm";
- options = [
+ mountOptions = [
"defaults"
];
};
diff --git a/example/luks-lvm.nix b/example/luks-lvm.nix
index af1c4a3..a6879ce 100644
--- a/example/luks-lvm.nix
+++ b/example/luks-lvm.nix
@@ -17,7 +17,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
- options = [
+ mountOptions = [
"defaults"
];
};
@@ -52,7 +52,7 @@
type = "filesystem";
format = "ext4";
mountpoint = "/";
- options = [
+ mountOptions = [
"defaults"
];
};
diff --git a/example/lvm-raid.nix b/example/lvm-raid.nix
index 8622238..70ea197 100644
--- a/example/lvm-raid.nix
+++ b/example/lvm-raid.nix
@@ -89,7 +89,7 @@
type = "filesystem";
format = "ext4";
mountpoint = "/";
- options = [
+ mountOptions = [
"defaults"
];
};
diff --git a/example/zfs-over-legacy.nix b/example/zfs-over-legacy.nix
index 974af35..8e02b00 100644
--- a/example/zfs-over-legacy.nix
+++ b/example/zfs-over-legacy.nix
@@ -17,7 +17,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
- options = [
+ mountOptions = [
"defaults"
];
};