nixos/oomd: use mkRenamedOptionModule like mentioned in the changelog

This commit is contained in:
Sandro Jäckel 2024-01-01 22:32:22 +01:00
parent 66ea36d4d3
commit 0a1d1907a5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -4,7 +4,7 @@
in {
imports = [
(lib.mkRemovedOptionModule [ "systemd" "oomd" "enableUserServices" ] "Use systemd.oomd.enableUserSlices instead.")
(lib.mkRenamedOptionModule [ "systemd" "oomd" "enableUserServices" ] [ "systemd" "oomd" "enableUserSlices" ])
];
options.systemd.oomd = {