From 7250645a472d78897acf4e75dec5d07da0bbb142 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 14 Jul 2025 21:53:23 -0400 Subject: [PATCH] added systemd oom --- dot_config/flake/machines/wash/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index a3f1151..298c4b1 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -68,8 +68,7 @@ variant = ""; }; - # Enable CUPS to print documents. - # services.printing.enable = true; + systemd.oomd.enable = true; # Fingerprint reader services.fprintd.enable = true;