{ config, pkgs, ... }: { swapDevices = [ { device = "/mnt/swapfile"; # size = 16*1024; # size = 2048; size = 16384; } ]; }