Increase the swap a bit

This commit is contained in:
Lillian Violet 2024-02-01 14:54:48 +01:00
parent 44d646adc0
commit a17a04d551

View file

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