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

View File

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