This commit is contained in:
Bryan Ramos 2026-03-12 22:19:41 -04:00
parent 9cda3e5290
commit 3c33750722
5 changed files with 114 additions and 2 deletions

View file

@ -61,6 +61,11 @@ in
};
};
# Make data dir group-accessible so electrs/clightning can read cookie
systemd.tmpfiles.rules = [
"d ${home} 0750 btc bitcoin -"
];
systemd.services.bitcoind-mainnet = {
wants = [ "tor.service" ];
after = [ "tor.service" ];