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:
parent
11f91f83e6
commit
9cb5a7295a
@ -297,6 +297,7 @@ in {
|
|||||||
id = 31;
|
id = 31;
|
||||||
connections = [ "bitcoind" ];
|
connections = [ "bitcoind" ];
|
||||||
};
|
};
|
||||||
|
# id = 32 reserved for the upcoming mempool module
|
||||||
};
|
};
|
||||||
|
|
||||||
services.bitcoind = {
|
services.bitcoind = {
|
||||||
|
Loading…
Reference in New Issue
Block a user