recurring-donations: add netns

- Adds recurring-donations to netns-isolation.services
- Adds cfg.enforceTor to bring recurring-donations in line with other
  services
- Removes torsocks dependency in favor of `curl --socks-hostname`
This commit is contained in:
nixbitcoin 2020-06-10 14:46:30 +00:00
parent 582cb86d74
commit ef89607704
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
3 changed files with 13 additions and 3 deletions

View file

@ -119,6 +119,11 @@ in {
id = 19;
connections = [ "nginx" "lightning-charge" ];
};
recurring-donations = {
id = 20;
# communicates with clightning over lightning-rpc socket
connections = [];
};
};
systemd.services = {