mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
types: fix lvm_lv config device name
This commit is contained in:
parent
3a239145b6
commit
527a945c64
@ -648,8 +648,8 @@ rec {
|
||||
_config = mkOption {
|
||||
internal = true;
|
||||
readOnly = true;
|
||||
default = dev:
|
||||
optionalAttrs (!isNull config.content) (config.content._config dev);
|
||||
default = vg:
|
||||
optionalAttrs (!isNull config.content) (config.content._config "/dev/${vg}/${config.name}");
|
||||
};
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user