diff --git a/nixos/roles/earlyoom.nix b/nixos/roles/earlyoom.nix index a2c9695e..8427d479 100644 --- a/nixos/roles/earlyoom.nix +++ b/nixos/roles/earlyoom.nix @@ -1,7 +1,7 @@ { ... }: { services.earlyoom = { enableNotifications = true; - freeSwapThreshold = 90; + freeSwapThreshold = 100; enable = true; };