summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/misc/soft-serve.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/soft-serve.nix')
-rw-r--r--nixos/modules/services/misc/soft-serve.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/soft-serve.nix b/nixos/modules/services/misc/soft-serve.nix
index 0f246493880b..2b63b6bcd867 100644
--- a/nixos/modules/services/misc/soft-serve.nix
+++ b/nixos/modules/services/misc/soft-serve.nix
@@ -12,7 +12,7 @@ in
{
options = {
services.soft-serve = {
- enable = mkEnableOption "Enable soft-serve service";
+ enable = mkEnableOption "soft-serve";
package = mkPackageOption pkgs "soft-serve" { };
@@ -20,7 +20,7 @@ in
type = format.type;
default = { };
description = mdDoc ''
- The contents of the configuration file.
+ The contents of the configuration file for soft-serve.
See <${docUrl}>.
'';