summaryrefslogtreecommitdiffstats
path: root/configs/earlyoom.nix
blob: 1249c7a5209e1a12d8aeb935dcab22dbd490f4f7 (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, ... }: {
  services.earlyoom.enable = true;
  systemd.services.earlyoom.environment.EARLYOOM_ARGS = lib.mkForce (toString [
    "-m 5"
    "-s 10"
    "-r 0"
    "--prefer '(^|/)chromium$'"
  ]);

}
[cgit] Unable to lock slot /tmp/cgit/c0200000.lock: No such file or directory (2)