Use nixpkgs tor module

This commit is contained in:
Jonas Nick
2018-12-06 11:37:26 +00:00
parent 12292ecbcc
commit 6209873994
3 changed files with 1 additions and 778 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ with lib;
let
cfg = config.services.nixbitcoin;
minimalPackages = with pkgs; [
tor
bitcoin
clightning
nodeinfo
@@ -21,7 +22,6 @@ in {
imports =
[
# Tor module from nixpkgs but with HiddenService v3
./tor.nix
./bitcoind.nix
./clightning.nix
./lightning-charge.nix