nixos/oomd: use mkRenamedOptionModule like mentioned in the changelog
This commit is contained in:
parent
66ea36d4d3
commit
0a1d1907a5
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
(lib.mkRemovedOptionModule [ "systemd" "oomd" "enableUserServices" ] "Use systemd.oomd.enableUserSlices instead.")
|
(lib.mkRenamedOptionModule [ "systemd" "oomd" "enableUserServices" ] [ "systemd" "oomd" "enableUserSlices" ])
|
||||||
];
|
];
|
||||||
|
|
||||||
options.systemd.oomd = {
|
options.systemd.oomd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user