netns: fix default addressblock value type
Also remove redundant definition in secure-node.nix
This commit is contained in:
parent
5ec9ea1f6d
commit
5e0e16529c
2 changed files with 1 additions and 6 deletions
|
|
@ -49,11 +49,6 @@ in {
|
|||
hiddenServices.sshd = mkHiddenService { port = 22; };
|
||||
};
|
||||
|
||||
# netns-isolation
|
||||
nix-bitcoin.netns-isolation = {
|
||||
addressblock = 1;
|
||||
};
|
||||
|
||||
# bitcoind
|
||||
services.bitcoind = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue