goon

goon

https://git.tonybtw.com/goon.git git://git.tonybtw.com/goon.git
139 bytes raw
1
{
2
    foo.bar.baz = 42;
3
    foo.bar.qux = "hello";
4
    foo.enabled = true;
5
    services.nginx.port = 80;
6
    services.redis.port = 6379;
7
}