nixos/soft-serve: fix typos in option descriptions
This commit is contained in:
parent
e909d72f7f
commit
f192930a79
1 changed files with 2 additions and 2 deletions
|
@ -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}>.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue