Home : Add nofail swap.
This commit is contained in:
parent
b9f26ce7da
commit
a6a641caad
|
@ -18,7 +18,8 @@
|
|||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/storage/hot/.swapfile";
|
||||
size = 128 * 1024;
|
||||
device = "/storage/hot/.swapfile";
|
||||
size = 128 * 1024;
|
||||
options = [ "nofail" ];
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue