summaryrefslogtreecommitdiffstats
path: root/example/luks-lvm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/luks-lvm.nix')
-rw-r--r--example/luks-lvm.nix4
1 files changed, 2 insertions, 2 deletions
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"
];
};