From 71a30f9e74141918e98a6bb6457dc97f158d988e Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Fri, 16 Dec 2022 16:32:44 -0500 Subject: types: pass through mountOptions to _config for all types --- example/zfs-over-legacy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/zfs-over-legacy.nix') 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" ]; }; -- cgit v1.2.3