disko: Create build
and games
logical volumes
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
8a7c86893c
commit
e3153ed581
1 changed files with 16 additions and 0 deletions
|
@ -56,4 +56,20 @@
|
|||
mountpoint = "/mnt/storage";
|
||||
};
|
||||
};
|
||||
disko.devices.lvm_vg.VolGroup0.lvs.build = {
|
||||
size = "20G";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "btrfs";
|
||||
mountpoint = "/mnt/build";
|
||||
};
|
||||
};
|
||||
disko.devices.lvm_vg.VolGroup0.lvs.games = {
|
||||
size = "20G";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "btrfs";
|
||||
mountpoint = "/mnt/games";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue