fixed tooling

This commit is contained in:
2026-03-24 17:03:02 -05:00
parent 5ccaecf12c
commit b38b514606
9 changed files with 32 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
lib.mkIf config.sovran_systemsOS.features.bitcoin-core {
services.bitcoind.package = lib.mkForce config.nix-bitcoin.pkgs.bitcoind;
}