summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-06 10:57:48 +0100
committerDomen Kožar <domen@dev.si>2015-11-06 10:57:48 +0100
commit23adabcb8fc872ccee173694c9df3565e759ff77 (patch)
tree371fe15b6b30e15f9de74e50086772f9ff6ec423 /nixos/modules/services
parent8e4ee7d0a6e34aa700fb6243a5f878d268fbed24 (diff)
parent4591e7291743c4002335ffa77bcff8ba633510ec (diff)
downloadnixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar.gz
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar.bz2
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar.lz
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar.xz
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.tar.zst
nixlib-23adabcb8fc872ccee173694c9df3565e759ff77.zip
Merge pull request #10746 from jgertm/fix-wol-doc
Fixed wrong documentation for Wake-On-LAN feature
Diffstat (limited to 'nixos/modules/services')
-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.
       '';