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
parent 34fe8675bd
commit a1023696e6
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
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 = {