wpa_supplicant.nix: Slightly improve descriptions
This commit is contained in:
parent
6ae0b3beed
commit
67de234e1c
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user