Merge pull request #267110 from dadada/soft-typos

nixos/soft-serve: fix typos in option descriptions
This commit is contained in:
Nick Cao
2023-11-12 20:28:22 -05:00
committed by GitHub
+2 -2
View File
@@ -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}>.
'';