nixos/wakeonlan: add note to rename.nix

This commit is contained in:
legendofmiracles 2021-10-10 10:19:51 -06:00
parent 31f04fec3c
commit 9aae71379d
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -79,6 +79,7 @@ with lib;
The hidepid module was removed, since the underlying machinery
is broken when using cgroups-v2.
'')
(mkRemovedOptionModule ["services" "wakeonlan"] "This module was removed in favor of enabling it with networking.interfaces.<name>.wakeOnLan")
# Do NOT add any option renames here, see top of the file
];