summary refs log tree commit diff
path: root/nixos/modules/services/misc/beanstalkd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/beanstalkd.nix')
-rw-r--r--nixos/modules/services/misc/beanstalkd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/beanstalkd.nix b/nixos/modules/services/misc/beanstalkd.nix
index 8a3e0ab1949..06e881406b5 100644
--- a/nixos/modules/services/misc/beanstalkd.nix
+++ b/nixos/modules/services/misc/beanstalkd.nix
@@ -12,7 +12,7 @@ in
 
   options = {
     services.beanstalkd = {
-      enable = mkEnableOption "Enable the Beanstalk work queue.";
+      enable = mkEnableOption "the Beanstalk work queue";
 
       listen = {
         port = mkOption {