summary refs log tree commit diff
path: root/nixos/modules/services/computing/foldingathome/client.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/computing/foldingathome/client.nix')
-rw-r--r--nixos/modules/services/computing/foldingathome/client.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/computing/foldingathome/client.nix b/nixos/modules/services/computing/foldingathome/client.nix
index d8dd17a5ceb..1229e5ac987 100644
--- a/nixos/modules/services/computing/foldingathome/client.nix
+++ b/nixos/modules/services/computing/foldingathome/client.nix
@@ -18,7 +18,7 @@ in
     '')
   ];
   options.services.foldingathome = {
-    enable = mkEnableOption (lib.mdDoc "Enable the Folding@home client");
+    enable = mkEnableOption (lib.mdDoc "Folding@home client");
 
     package = mkOption {
       type = types.package;