set swapfile to correct path
This commit is contained in:
parent
c0d9fc440e
commit
0bd46a5a21
|
@ -18,7 +18,7 @@
|
|||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
device = "/swapfile";
|
||||
size = 16 * 1024;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue