fix/chocolatebar: increase swap size so hibernation fits
This commit is contained in:
parent
a71be80f25
commit
4bca094b0e
|
@ -32,7 +32,7 @@
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
size = 128 * 1024; # 132 GB
|
size = 132 * 1024; # 132 GB
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue