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-07-21 09:38:51 +00:00
parent 582cb86d74
commit ef89607704
3 changed files with 13 additions and 3 deletions
+5
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 = {