Add recurring donations module
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user