Skip to content
Snippets Groups Projects
Commit 52d1b670 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Avoid introducing an extra level of nesting here

parent 65c1ecf3
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ in
{ node =
# XXX Should try to name that is unique across the grid.
{ nickname = "storage";
web.port = "tcp:3456:interface=127.0.0.1";
"web.port" = "tcp:3456:interface=127.0.0.1";
};
storage =
{ enabled = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment