diff options
-rw-r--r-- | lib/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index 3132bfd..8b2ed86 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -14,6 +14,7 @@ let { fileSystems.${x.mountpoint} = { device = q.device; fsType = x.format; + ${if x ? options then "options" else null} = x.options; }; }; |