Skip to content

Commit

Permalink
Merge #393: Update nixpkgs
Browse files Browse the repository at this point in the history
e94e071 update nixpkgs (Jonas Nick)
0c31130 secure-node: remove default bitcoin addnode (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK e94e071
  nixbitcoin:
    ACK e94e071

Tree-SHA512: 26ece3c295db0086198aedb50ccef9689c87b7d9860ca5a09e2c8247dd259a9be6eb8e22bed17798cb901abc7de361f0d660ddebed4c2fb69a6b1f4b999d78e0
  • Loading branch information
jonasnick committed Sep 20, 2021
2 parents 020d948 + e94e071 commit c72f6b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion modules/presets/secure-node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ in {
enable = true;
listen = true;
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
addnodes = [ "ecoc5q34tmbq54wl.onion" ];
discover = false;
addresstype = "bech32";
dbCache = 1000;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
bitcoin
bitcoind
lndconnect;

inherit (pkgsUnstable)
bitcoin
bitcoind
btcpayserver
charge-lnd
clightning
Expand Down

0 comments on commit c72f6b0

Please sign in to comment.