initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 976d3b0fa7 - Show all commits
+1 -2
View File
@@ -8,7 +8,6 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
txindex = true;
tor.proxy = true;
tor.enforce = true;
disablewallet = true;
extraConfig = ''
peerbloomfilters=1
@@ -22,7 +21,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
services.electrs = {
enable = true;
tor.enforce = true;
tor.proxy = true;
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data";
};