We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0070a commit 374fc06Copy full SHA for 374fc06
1 file changed
nixos/modules/system/boot/systemd.nix
@@ -614,7 +614,7 @@ in
614
615
# Avoid potentially degraded system state due to
616
# "Userspace Out-Of-Memory (OOM) Killer was skipped because of a failed condition check (ConditionControlGroupController=v2)."
617
- systemd.services.systemd-oomd.enable = mkIf (!cfg.enableUnifiedCgroupHierarchy) false;
+ systemd.oomd.enable = mkIf (!cfg.enableUnifiedCgroupHierarchy) false;
618
619
services.logrotate.settings = {
620
"/var/log/btmp" = mapAttrs (_: mkDefault) {
0 commit comments