From 107893c8f366230a9297dcb27fa7e646293d861e Mon Sep 17 00:00:00 2001 From: Ali Rizvi Date: Wed, 10 Sep 2025 19:59:22 -0400 Subject: [PATCH] nixos/systemd-oomd: drop old `After=` dependency --- nixos/modules/system/boot/systemd/oomd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd/oomd.nix b/nixos/modules/system/boot/systemd/oomd.nix index 82a87f00e97b..b69cfd472165 100644 --- a/nixos/modules/system/boot/systemd/oomd.nix +++ b/nixos/modules/system/boot/systemd/oomd.nix @@ -52,7 +52,6 @@ in systemd.services.systemd-oomd.after = [ "swap.target" # TODO: drop after systemd v258 - "systemd-sysusers.service" # TODO: drop after systemd v257.8 ]; systemd.services.systemd-oomd.wantedBy = [ "multi-user.target" ];