cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
||||
|
||||
options = {
|
||||
services.beanstalkd = {
|
||||
enable = mkEnableOption "Enable the Beanstalk work queue.";
|
||||
enable = mkEnableOption "the Beanstalk work queue";
|
||||
|
||||
listen = {
|
||||
port = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user