Increase the swap a bit

This commit is contained in:
Lillian Violet 2024-02-01 14:54:48 +01:00
parent 4c592ca72f
commit 7d6e6c427a

View file

@ -34,7 +34,7 @@
content = { content = {
root = { root = {
name = "root"; name = "root";
end = "-1G"; end = "-2G";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "bcachefs"; format = "bcachefs";
@ -42,7 +42,7 @@
}; };
}; };
encryptedSwap = { encryptedSwap = {
size = "10M"; size = "20M";
content = { content = {
type = "swap"; type = "swap";
randomEncryption = true; randomEncryption = true;