From a8c50530fc5d9ea950bd8bb0120a4b77c5dac2ce Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Thu, 21 Apr 2022 18:49:03 +0200 Subject: systemd: Enable oomd by default This is only in the big systemd, not the minimal one --- pkgs/os-specific/linux/systemd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/systemd') diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 7f1aee51b48f8..d2d6146c5d60c 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -89,7 +89,7 @@ , withMachined ? true , withNetworkd ? true , withNss ? !stdenv.hostPlatform.isMusl -, withOomd ? false +, withOomd ? true , withPCRE2 ? true , withPolkit ? true , withPortabled ? false -- cgit 1.4.1