mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
Merge pull request #177 from SuperSandro2000/lvm-mountless-disks
lvm_vg: allow putting unmounted disks into lvm
This commit is contained in:
commit
e8650fc36b
@ -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 New Issue
Block a user