treewide: streamline 'extraConfig' descriptions
This commit is contained in:
parent
e774c045de
commit
e6a6c721c1
4 changed files with 4 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ in {
|
|||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = "Additional lines appended to the config file.";
|
||||
description = "Extra lines appended to the configuration file.";
|
||||
};
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue