Merge pull request #267110 from dadada/soft-typos

nixos/soft-serve: fix typos in option descriptions

authored by Nick Cao and committed by GitHub 6c986b68 a1606cb4

+2 -2
+2 -2
nixos/modules/services/misc/soft-serve.nix
··· 12 12 { 13 13 options = { 14 14 services.soft-serve = { 15 - enable = mkEnableOption "Enable soft-serve service"; 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 - The contents of the configuration file. 23 + The contents of the configuration file for soft-serve. 24 24 25 25 See <${docUrl}>. 26 26 '';