Add recurring donations module

This commit is contained in:
Jonas Nick
2019-04-17 22:11:55 +00:00
parent c934285ef9
commit 492eab0e26
5 changed files with 122 additions and 0 deletions
+11
View File
@@ -58,6 +58,17 @@
# this if clightning, lightning-charge, and nanopos are enabled.
# services.nix-bitcoin-webindex.enable = true;
### RECURRING-DONATIONS
# Enable this module to send recurring donations. Only enable this if
# clightning is enabled.
# services.recurring-donations.enable = true;
# Specify the receivers of the donations. By default donations are every
# Monday at a randomized time.
# services.recurring-donations.tallycoin = {
# "djbooth007" = 1000;
# "hillebrandmax" = 1000;
# };
# FIXME: Define your hostname.
networking.hostName = "nix-bitcoin";
time.timeZone = "UTC";