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 = {
|
||||
size = "100%";
|
||||
end = "-4G";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
format = "btrfs";
|
||||
mountpoint = "/";
|
||||
};
|
||||
};
|
||||
swap = { size = "100%"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue