summary refs log tree commit diff
path: root/nixos/modules/services/networking/wakeonlan.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-07 15:51:51 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-07 15:51:51 -0800
commita26c8e9b835647ae39d4259cfd55e8001ee57b93 (patch)
tree55fe17fed5fc7625146a47e7f0e14b6581c18473 /nixos/modules/services/networking/wakeonlan.nix
parentfa5ad20922cbc2b4ffbbb74edbc22d650d80441d (diff)
parent9fd510e95ad8dd2d0e4c92f12fd9249594c30f23 (diff)
downloadnixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar.gz
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar.bz2
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar.lz
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar.xz
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.tar.zst
nixlib-a26c8e9b835647ae39d4259cfd55e8001ee57b93.zip
Merge branch 'master.upstream' into staging.upstream
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.
       '';