Home : Fix swap path.

This commit is contained in:
Dmitry Voronin 2024-06-15 17:53:03 +03:00
parent d5041c3b2f
commit b9f26ce7da
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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