add swapfile
This commit is contained in:
parent
eb8fbe1bfc
commit
5d724a4758
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{device = "";}
|
{
|
||||||
|
device = "/swap/swapfile";
|
||||||
|
size = (1024 * 16) + (1024 * 2);
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue