services.earlyoom.extraArgs

NixOS option

Extra command-line arguments to be passed to earlyoom. Each element in the value list will be escaped as an argument without further word-breaking.

type: list of string
Default
[ ]
Example
[
  "-g"
  "--prefer"
  "(^|/)(java|chromium)$"
]
declared in: nixos/modules/services/system/earlyoom.nixView source on NixOS/nixpkgs →