secure-node: remove qrencode, tor from systemPackages

Keep jq which is useful for analyzing service cli output.
This commit is contained in:
Erik Arvstedt 2021-01-14 13:24:27 +01:00
parent 323a431aba
commit 04d8560f86
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 2 deletions

View File

@ -58,9 +58,7 @@ in {
};
environment.systemPackages = with pkgs; [
tor
jq
qrencode
];
nix-bitcoin.operator.enable = true;