From 0358bc174b17aeaadfd7cc5c073c18b0b1ccf6e0 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Thu, 19 Sep 2019 10:51:59 +0200 Subject: [PATCH] nixos/jormungandr: moving to a new section topics_of_interest --- nixos/modules/services/networking/jormungandr.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/jormungandr.nix b/nixos/modules/services/networking/jormungandr.nix index 85e804d6cf2..152cceb4bf9 100644 --- a/nixos/modules/services/networking/jormungandr.nix +++ b/nixos/modules/services/networking/jormungandr.nix @@ -14,8 +14,10 @@ let storage = dataDir; p2p = { public_address = "/ip4/127.0.0.1/tcp/8299"; - messages = "high"; - blocks = "high"; + topics_of_interest = { + messages = "high"; + blocks = "high"; + }; }; rest = { listen = "127.0.0.1:8607";