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/luks-lvm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/luks-lvm.nix') 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" ]; }; -- cgit v1.2.3