set swapfile to correct path

This commit is contained in:
Lillian Violet 2024-12-08 15:38:06 +01:00
parent c0d9fc440e
commit 0bd46a5a21

View file

@ -18,7 +18,7 @@
swapDevices = [ swapDevices = [
{ {
device = "/var/lib/swapfile"; device = "/swapfile";
size = 16 * 1024; size = 16 * 1024;
} }
]; ];