summary refs log tree commit diff
path: root/nixos/modules/services/system/saslauthd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/system/saslauthd.nix')
-rw-r--r--nixos/modules/services/system/saslauthd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/saslauthd.nix b/nixos/modules/services/system/saslauthd.nix
index c8ddca9a0db..8fcf4fb91fc 100644
--- a/nixos/modules/services/system/saslauthd.nix
+++ b/nixos/modules/services/system/saslauthd.nix
@@ -16,7 +16,7 @@ in
 
     services.saslauthd = {
 
-      enable = mkEnableOption "Whether to enable the Cyrus SASL authentication daemon.";
+      enable = mkEnableOption "saslauthd, the Cyrus SASL authentication daemon";
 
       package = mkOption {
         default = pkgs.cyrus_sasl.bin;