summary refs log tree commit diff
path: root/modules/services/networking/wpa_supplicant.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 17:05:30 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 17:05:30 +0100
commit67de234e1ca96eda70114a90b399230837363548 (patch)
tree39a725dbbcc3b5413bc1757e7b6b98d71ab74f3b /modules/services/networking/wpa_supplicant.nix
parent6ae0b3beed250f014d0d499d04ab59fa2ea3eb76 (diff)
downloadnixpkgs-67de234e1ca96eda70114a90b399230837363548.tar
nixpkgs-67de234e1ca96eda70114a90b399230837363548.tar.gz
nixpkgs-67de234e1ca96eda70114a90b399230837363548.tar.bz2
nixpkgs-67de234e1ca96eda70114a90b399230837363548.tar.lz
nixpkgs-67de234e1ca96eda70114a90b399230837363548.tar.xz
nixpkgs-67de234e1ca96eda70114a90b399230837363548.tar.zst
nixpkgs-67de234e1ca96eda70114a90b399230837363548.zip
wpa_supplicant.nix: Slightly improve descriptions
Diffstat (limited to 'modules/services/networking/wpa_supplicant.nix')
-rw-r--r--modules/services/networking/wpa_supplicant.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/networking/wpa_supplicant.nix b/modules/services/networking/wpa_supplicant.nix
index c6b7df38fcf..b338e08113e 100644
--- a/modules/services/networking/wpa_supplicant.nix
+++ b/modules/services/networking/wpa_supplicant.nix
@@ -53,7 +53,7 @@ in
       driver = mkOption {
         default = "";
         example = "nl80211";
-        description = "force a specific wpa_supplicant driver";
+        description = "Force a specific wpa_supplicant driver.";
       };
 
       userControlled = {
@@ -66,7 +66,7 @@ in
             When you want to use this, make sure ${configFile} doesn't exist.
             It will be created for you.
 
-            Currently it is also necesarry to explicitly specify networking.wireless.interfaces
+            Currently it is also necessary to explicitly specify networking.wireless.interfaces.
           '';
         };
 
@@ -74,7 +74,7 @@ in
           default = "wheel";
           example = "network";
           type = types.string;
-          description = "members of this group can control wpa_supplicant";
+          description = "Members of this group can control wpa_supplicant.";
         };
       };
     };