syntax fix

This commit is contained in:
2026-03-02 16:25:36 -06:00
parent 1212501b86
commit 6f5d396ddc

View File

@@ -6,7 +6,7 @@
services.bitcoind = {
enable = true;
package = config.nix-bitcoin.pkgs.bitcoind-knots;
package = config.nix-bitcoin.pkgs.bitcoind-knots;
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
txindex = true;
tor.proxy = true;
@@ -32,7 +32,7 @@
};
## LND
## LND
services.lnd = {
enable = true;
@@ -46,7 +46,7 @@
nix-bitcoin.onionServices.lnd.public = true;
## LNDconnect
## LNDconnect
services.lnd.lndconnect = {
enable = true;