add clightning

This commit is contained in:
Jonas Nick
2018-11-22 18:32:26 +00:00
parent 63e2c6d270
commit aec819db81
4 changed files with 30 additions and 11 deletions
+7 -5
View File
@@ -11,16 +11,20 @@ in {
imports =
[
./modules/bitcoind.nix
./modules/tor.nix
./modules/nixbitcoin.nix
];
# TODO: does that destroy the channels symlink?
# turn off binary cache by passing the empty list
#nix.binaryCaches = [];
networking.hostName = "nix-bitcoin"; # Define your hostname.
time.timeZone = "UTC";
environment.systemPackages = with pkgs; [
wget vim tmux git nginx nodeinfo
vim tmux clightning bitcoin
nodeinfo
jq
];
nixpkgs.config.packageOverrides = pkgs: {
inherit nodeinfo;
@@ -45,8 +49,6 @@ in {
services.nixbitcoin.enable = true;
# turn off binary cache by passing the empty list
nix.binaryCaches = [];
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";