From 4364e7c779da5bf0638a8bd0a0c95b293c4aca93 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Mon, 22 Apr 2019 19:39:15 +0200 Subject: [PATCH] Add additional documentation to usage.md --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 239d4d7..b38b941 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = { + # "" = " + # "" = ; # "djbooth007" = 1000; - # "hillebrandmax" = 1000; # }; # FIXME: Define your hostname.