mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
lvm_vg: allow putting unmounted disks into lvm
This commit is contained in:
parent
90eb730691
commit
2682530302
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue