nix-bitcoin/network.nix

8 lines
141 B
Nix
Raw Normal View History

2018-11-22 15:51:16 -08:00
let
secrets = import ./load-secrets.nix;
in {
2018-11-13 15:44:54 -08:00
network.description = "Bitcoin Core node";
bitcoin-node = import ./configuration.nix;
}