Commit 6160af2a authored by Will Fancher's avatar Will Fancher
Browse files

nixos/systemd-oomd: Drop swap ordering

This ordering is present in the upstream unit in 258
parent 107893c8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;