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 { 13 options = { 14 services.soft-serve = { 15 - enable = mkEnableOption "Enable soft-serve service"; 16 17 package = mkPackageOption pkgs "soft-serve" { }; 18 ··· 20 type = format.type; 21 default = { }; 22 description = mdDoc '' 23 - The contents of the configuration file. 24 25 See <${docUrl}>. 26 '';
··· 12 { 13 options = { 14 services.soft-serve = { 15 + enable = mkEnableOption "soft-serve"; 16 17 package = mkPackageOption pkgs "soft-serve" { }; 18 ··· 20 type = format.type; 21 default = { }; 22 description = mdDoc '' 23 + The contents of the configuration file for soft-serve. 24 25 See <${docUrl}>. 26 '';