fixed typo
This commit is contained in:
@@ -58,7 +58,7 @@ in {
|
|||||||
services.bitcoind = lib.mkIf cfg.services.bitcoin {
|
services.bitcoind = lib.mkIf cfg.services.bitcoin {
|
||||||
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
|
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
|
||||||
# The OS always enables the bitcoind wallet — the Hub and BTCPay need it.
|
# The OS always enables the bitcoind wallet — the Hub and BTCPay need it.
|
||||||
disablewallet = lib.mkForce false;
|
disableWallet = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.electrs = lib.mkIf cfg.services.bitcoin {
|
services.electrs = lib.mkIf cfg.services.bitcoin {
|
||||||
|
|||||||
Reference in New Issue
Block a user