Update modules/bitcoinecosystem.nix

format fix
This commit is contained in:
2026-01-18 11:23:27 -06:00
parent bc2e26995c
commit 1a9550681e

View File

@@ -6,7 +6,7 @@
services.bitcoind = { services.bitcoind = {
enable = true; enable = true;
package = config.nix-bitcoin.pkgs.bitcoind-knots; package = config.nix-bitcoin.pkgs.bitcoind-knots;
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node"; dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
txindex = true; txindex = true;
tor.proxy = true; tor.proxy = true;