netns-isolation: reserve netns id for mempool

This allows using the old id in the extension flake, so that
existing configs are not changed.
This commit is contained in:
Erik Arvstedt 2023-01-20 13:45:13 +01:00 committed by Greg Shuflin
parent 11f91f83e6
commit 9cb5a7295a
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ in {
id = 31;
connections = [ "bitcoind" ];
};
# id = 32 reserved for the upcoming mempool module
};
services.bitcoind = {