nixos/systemd-oomd: drop old After= dependency

This commit is contained in:
Ali Rizvi
2025-10-03 01:35:22 -04:00
committed by Will Fancher
parent f75a8b7e9a
commit 107893c8f3
@@ -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" ];