types lvm_vg: inline lvm_lv type

This commit is contained in:
lassulus 2023-04-07 15:08:20 +02:00
parent d6f062ea11
commit 654ecb386e
6 changed files with 49 additions and 93 deletions

View file

@ -345,7 +345,6 @@ rec {
swap = ./swap.nix;
lvm_pv = ./lvm_pv.nix;
lvm_vg = ./lvm_vg.nix;
lvm_lv = ./lvm_lv.nix;
zfs = ./zfs.nix;
zpool = ./zpool.nix;
zfs_dataset = ./zfs_dataset.nix;