From f192930a799b7912fb486bd6b258844c3f97b24a Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 12 Nov 2023 22:34:54 +0100 Subject: nixos/soft-serve: fix typos in option descriptions --- nixos/modules/services/misc/soft-serve.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/misc/soft-serve.nix b/nixos/modules/services/misc/soft-serve.nix index 0f246493880b9..2b63b6bcd8673 100644 --- a/nixos/modules/services/misc/soft-serve.nix +++ b/nixos/modules/services/misc/soft-serve.nix @@ -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}>. ''; -- cgit 1.4.1