nixos/soft-serve: fix typos in option descriptions

This commit is contained in:
dadada 2023-11-12 22:34:54 +01:00
parent e909d72f7f
commit f192930a79
No known key found for this signature in database
GPG key ID: EEB8D1CE62C4DFEA

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