about summary refs log tree commit diff
path: root/nixos/modules/services/networking/wakeonlan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/wakeonlan.nix')
-rw-r--r--nixos/modules/services/networking/wakeonlan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/wakeonlan.nix b/nixos/modules/services/networking/wakeonlan.nix
index 11bb7e925255..ebfba263cd8f 100644
--- a/nixos/modules/services/networking/wakeonlan.nix
+++ b/nixos/modules/services/networking/wakeonlan.nix
@@ -40,7 +40,7 @@ in
       ];
       description = ''
         Interfaces where to enable Wake-On-LAN, and how. Two methods available:
-        "magickey" and "password". The password has the shape of six bytes
+        "magicpacket" and "password". The password has the shape of six bytes
         in hexadecimal separated by a colon each. For more information,
         check the ethtool manual.
       '';