nix-bitcoin/network.nix

6 lines
95 B
Nix
Raw Normal View History

2018-11-13 15:44:54 -08:00
{
network.description = "Bitcoin Core node";
bitcoin-node = import ./configuration.nix;
}