fix/chocolatebar: increase swap size so hibernation fits

This commit is contained in:
Benjamin Bädorf 2023-12-05 22:42:34 +01:00
parent a71be80f25
commit 4bca094b0e
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -32,7 +32,7 @@
swapDevices = [
{
device = "/swapfile";
size = 128 * 1024; # 132 GB
size = 132 * 1024; # 132 GB
}
];
}