From 52d1b670fe569919c7ec1d28c8656a6686dbc0a1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 7 Aug 2019 13:50:51 -0400 Subject: [PATCH] Avoid introducing an extra level of nesting here --- nixos/modules/private-storage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/private-storage.nix b/nixos/modules/private-storage.nix index eab06650..00065052 100644 --- a/nixos/modules/private-storage.nix +++ b/nixos/modules/private-storage.nix @@ -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; -- GitLab