nixos/{corefreq, auditd}: fix mkEnableOption description (#544621)
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
||||
{
|
||||
options = {
|
||||
programs.corefreq = {
|
||||
enable = lib.mkEnableOption "Whether to enable the corefreq daemon and kernel module";
|
||||
enable = lib.mkEnableOption "the corefreq daemon and kernel module";
|
||||
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
|
||||
@@ -18,7 +18,7 @@ let
|
||||
|
||||
pluginOptions = lib.types.submodule {
|
||||
options = {
|
||||
active = lib.mkEnableOption "Whether to enable this plugin";
|
||||
active = lib.mkEnableOption "this plugin";
|
||||
direction = lib.mkOption {
|
||||
type = lib.types.enum [
|
||||
"in"
|
||||
|
||||
Reference in New Issue
Block a user