summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces.nix
diff options
context:
space:
mode:
authorJade <jade@witchof.space>2022-02-04 13:53:37 -0500
committerJade <jade@witchof.space>2022-02-04 13:55:56 -0500
commitfe636b480568b1b5a50b7a406bb425d24fcc60de (patch)
treee8e218dae074c440adb473f6fdb2f5e6120ab285 /nixos/modules/tasks/network-interfaces.nix
parent9faf8ff7b471429cc702ea82042326b6c570aad6 (diff)
downloadnixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar.gz
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar.bz2
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar.lz
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar.xz
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.tar.zst
nixpkgs-fe636b480568b1b5a50b7a406bb425d24fcc60de.zip
nixos/networking: Typo fix
Diffstat (limited to 'nixos/modules/tasks/network-interfaces.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index 1dac405ac30..5c91993771e 100644
--- a/nixos/modules/tasks/network-interfaces.nix
+++ b/nixos/modules/tasks/network-interfaces.nix
@@ -305,7 +305,7 @@ let
         enable = mkOption {
           type = types.bool;
           default = false;
-          description = "Wether to enable wol on this interface.";
+          description = "Whether to enable wol on this interface.";
         };
       };
     };