From a1023696e69fbe871cfadf18d054d87eede9bba0 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 20 Jan 2023 13:45:13 +0100 Subject: [PATCH] netns-isolation: reserve netns id for mempool This allows using the old id in the extension flake, so that existing configs are not changed. --- modules/netns-isolation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/netns-isolation.nix b/modules/netns-isolation.nix index bc869ec..f344bf4 100644 --- a/modules/netns-isolation.nix +++ b/modules/netns-isolation.nix @@ -297,6 +297,7 @@ in { id = 31; connections = [ "bitcoind" ]; }; + # id = 32 reserved for the upcoming mempool module }; services.bitcoind = {