Merge pull request #155260 from ncfavier/fix-prosody-filer

nixos/prosody-filer: remove usage of literalExample
This commit is contained in:
pennae 2022-01-16 21:36:40 +00:00 committed by GitHub
commit e65df99e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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