Enable swap file
This commit is contained in:
parent
cf539890e5
commit
5a2d22b6bc
@ -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
|
||||||
|
|||||||
@ -3,6 +3,6 @@
|
|||||||
{
|
{
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/var/lib/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
seize = 20*1024;
|
size = 20*1024;
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user