nixos/prosody-filer: remove usage of literalExample
This commit is contained in:
@@ -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 ''
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user