From 9aae71379d4e07a7ab4be4c8cfcae5e63252fe95 Mon Sep 17 00:00:00 2001 From: legendofmiracles Date: Sun, 10 Oct 2021 10:19:51 -0600 Subject: [PATCH] nixos/wakeonlan: add note to rename.nix --- nixos/modules/rename.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index 4db6efb75d8..66546139f72 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -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..wakeOnLan") # Do NOT add any option renames here, see top of the file ];