nixos/prosody-filer: remove usage of literalExample

main
Naïm Favier 2 years ago
parent f3d9d4bd89
commit bbfca6b6b9
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 10
      nixos/modules/services/web-apps/prosody-filer.nix

@ -21,12 +21,10 @@ in {
type = settingsFormat.type;
example = literalExample ''
{
secret = "mysecret";
storeDir = "/srv/http/nginx/prosody-upload";
}
'';
example = {
secret = "mysecret";
storeDir = "/srv/http/nginx/prosody-upload";
};
defaultText = literalExpression ''
{

Loading…
Cancel
Save