secure-node: remove qrencode, tor from systemPackages
Keep jq which is useful for analyzing service cli output.
This commit is contained in:
parent
323a431aba
commit
04d8560f86
@ -58,9 +58,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tor
|
|
||||||
jq
|
jq
|
||||||
qrencode
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix-bitcoin.operator.enable = true;
|
nix-bitcoin.operator.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user