Add additional documentation to usage.md

This commit is contained in:
nixbitcoin 2019-04-22 19:39:15 +02:00
parent a68511d134
commit 4364e7c779
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 4 additions and 2 deletions

View File

@ -64,10 +64,12 @@
# failure. 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.
# Monday at a randomized time. Check `journalctl -eu recurring-donations` or
# `lightning-cli listpayments` for successful lightning donations.
# services.recurring-donations.tallycoin = {
# "<receiver name>" = <amount you wish to donate in sat>"
# "<additional receiver name>" = <amount you wish to donate in sat>;
# "djbooth007" = 1000;
# "hillebrandmax" = 1000;
# };
# FIXME: Define your hostname.