files.yaml
type
attribute set of (JSON value)
example
{
files.yaml = {
"/hellaos.yaml" = {
greeting = "hello World";
};
"/hellows.yaml" = {
greetings = [
[
"Hello World"
]
[
"Ola Mundo"
[
"Holla Que Tal"
]
]
];
};
};
}
default
{
files.yaml = { };
}