Home : Add nofail swap.

This commit is contained in:
Dmitry Voronin 2024-06-15 18:01:47 +03:00
parent b9f26ce7da
commit a6a641caad
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -20,5 +20,6 @@
swapDevices = [{
device = "/storage/hot/.swapfile";
size = 128 * 1024;
options = [ "nofail" ];
}];
}