retooling and updated README
This commit is contained in:
7
modules/bitcoin-core.nix
Executable file
7
modules/bitcoin-core.nix
Executable file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.bitcoind.package = lib.mkForce config.nix-bitcoin.pkgs.bitcoind;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user