dotfiles-mirror/nixos/configuration/sys/swap.nix

12 lines
91 B
Nix
Raw Normal View History

{
...
}:
{
swapDevices = [
{
device = "/var/lib/swapfile";
size = 12*1024;
}
];
}