use btrfs as main OS parition type
add 4GB swap partition closes #6 closes #7
This commit is contained in:
parent
7e70d253f3
commit
d7a565f2ce
1 changed files with 3 additions and 2 deletions
|
@ -17,13 +17,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
root = {
|
root = {
|
||||||
size = "100%";
|
end = "-4G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "ext4";
|
format = "btrfs";
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
swap = { size = "100%"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue