swap device path typo

This commit is contained in:
cnst
2024-09-08 20:32:45 +02:00
parent ca6208b2b4
commit 86eb663b68
2 changed files with 80 additions and 80 deletions

View File

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