1 2 3 4 5 6 7 8 9 10 11
_: { # do not swap that often boot.kernel.sysctl = { "vm.swappiness" = 25; }; swapDevices = [ { device = "/dev/disk/by-label/swap"; } ]; }