diff options
Diffstat (limited to 'example/complex.nix')
-rw-r--r-- | example/complex.nix | 2 |
1 files changed, 1 insertions, 1 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" ]; }; |