tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/soft-serve: fix typos in option descriptions
dadada
2 years ago
f192930a
e909d72f
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
misc
soft-serve.nix
+2
-2
nixos/modules/services/misc/soft-serve.nix
···
12
12
{
13
13
options = {
14
14
services.soft-serve = {
15
15
-
enable = mkEnableOption "Enable soft-serve service";
15
15
+
enable = mkEnableOption "soft-serve";
16
16
17
17
package = mkPackageOption pkgs "soft-serve" { };
18
18
···
20
20
type = format.type;
21
21
default = { };
22
22
description = mdDoc ''
23
23
-
The contents of the configuration file.
23
23
+
The contents of the configuration file for soft-serve.
24
24
25
25
See <${docUrl}>.
26
26
'';