nixos/prosody-filer: remove usage of literalExample

This commit is contained in:
Naïm Favier 2022-01-16 22:10:47 +01:00
parent f3d9d4bd89
commit bbfca6b6b9
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -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 ''
{