flake/common/swappiness.nix

5 lines
94 B
Nix

{ config, lib, pkgs, modulesPath, ... }:
{
boot.kernel.sysctl = { "vm.swappiness" = 10;};
}