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
commit 6c986b681d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}>.
'';