about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-04-21 18:49:03 +0200
committerJanne Heß <janne@hess.ooo>2022-08-15 10:13:04 +0200
commita8c50530fc5d9ea950bd8bb0120a4b77c5dac2ce (patch)
tree9fbd29fe688abdd4cb11fae3077f96b473813b62 /pkgs/os-specific/linux/systemd
parent4e717ab9589968ecc642b6a1a97f939e486085af (diff)
systemd: Enable oomd by default
This is only in the big systemd, not the minimal one
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix2
1 files changed, 1 insertions, 1 deletions
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