Enable swap file

This commit is contained in:
Isshi0417 2024-07-04 22:14:49 +09:00
parent cf539890e5
commit 5a2d22b6bc
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
# Other utility # Other utility
mullvad-vpn mullvad-vpn
easyeffects
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage

View File

@ -3,6 +3,6 @@
{ {
swapDevices = [{ swapDevices = [{
device = "/var/lib/swapfile"; device = "/var/lib/swapfile";
seize = 20*1024; size = 20*1024;
}]; }];
} }