mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
disko work
This commit is contained in:
parent
5a6d9378cb
commit
911133f0ce
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{
|
||||
name = "boot";
|
||||
start = "0";
|
||||
end = "100M";
|
||||
end = "200M";
|
||||
fs-type = "fat32";
|
||||
bootable = true;
|
||||
content = {
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
{
|
||||
start = "100M";
|
||||
end = "100%FREE";
|
||||
end = "150G";
|
||||
content = {
|
||||
type = "lvm_pv";
|
||||
vg = "stick";
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
partitions = [
|
||||
{
|
||||
start = "0";
|
||||
end = "100%";
|
||||
end = "200G";
|
||||
content = {
|
||||
type = "lvm_pv";
|
||||
vg = "ssd";
|
||||
Loading…
Add table
Add a link
Reference in a new issue