nixos/systemd-oomd: Drop swap ordering

This ordering is present in the upstream unit in 258
This commit is contained in:
Will Fancher
2025-10-03 01:35:52 -04:00
parent 107893c8f3
commit 6160af2a36
@@ -50,9 +50,6 @@ in
"systemd-oomd.socket"
];
systemd.services.systemd-oomd.after = [
"swap.target" # TODO: drop after systemd v258
];
systemd.services.systemd-oomd.wantedBy = [ "multi-user.target" ];
environment.etc."systemd/oomd.conf".text = utils.systemdUtils.lib.settingsToSections cfg.settings;