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

11 lines
91 B
Nix

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