diff --git a/types/lvm_vg.nix b/types/lvm_vg.nix index ac7c2fa..70845ff 100644 --- a/types/lvm_vg.nix +++ b/types/lvm_vg.nix @@ -44,7 +44,7 @@ vgchange -a y ${lib.concatMapStrings (x: x.dev or "") (lib.attrValues lvMounts)} ''; - fs = lvMounts.fs; + fs = lvMounts.fs or { }; }; }; _config = lib.mkOption {