summaryrefslogtreecommitdiffstats
path: root/example/zfs-over-legacy.nix
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2022-12-16 16:32:44 -0500
committerJörg Thalheim <joerg@thalheim.io>2022-12-23 17:43:40 +0100
commit71a30f9e74141918e98a6bb6457dc97f158d988e (patch)
tree54d23b67c545b65a2d16f9e830e4a29505f5d571 /example/zfs-over-legacy.nix
parent8ae729e9be221bfc9fe4ade4195f42f8d4f2e757 (diff)
types: pass through mountOptions to _config for all types
Diffstat (limited to 'example/zfs-over-legacy.nix')
-rw-r--r--example/zfs-over-legacy.nix2
1 files changed, 1 insertions, 1 deletions
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"
];
};