mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
expand swapfile size; update flake
This commit is contained in:
parent
c8542c6058
commit
5848f2e045
2 changed files with 52 additions and 52 deletions
|
|
@ -45,7 +45,7 @@
|
|||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 5 * 1024;
|
||||
size = 10 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue