mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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";
|
name = "boot";
|
||||||
start = "0";
|
start = "0";
|
||||||
end = "100M";
|
end = "200M";
|
||||||
fs-type = "fat32";
|
fs-type = "fat32";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
content = {
|
content = {
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
start = "100M";
|
start = "100M";
|
||||||
end = "100%FREE";
|
end = "150G";
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "stick";
|
vg = "stick";
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
partitions = [
|
partitions = [
|
||||||
{
|
{
|
||||||
start = "0";
|
start = "0";
|
||||||
end = "100%";
|
end = "200G";
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "ssd";
|
vg = "ssd";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue