mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-21 21:33:09 +02:00
made the swapfile smaller
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
8395572bee
commit
503f801092
1 changed files with 2 additions and 1 deletions
|
@ -26,8 +26,9 @@
|
|||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 64 * 1024;
|
||||
size = 16 * 1024;
|
||||
}
|
||||
|
||||
{
|
||||
device = "/dev/sda2";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue