example config: clarify nix-bitcoin will auto-detect invalid settings
This commit is contained in:
parent
c16924b850
commit
0ad524ca2d
@ -58,7 +58,7 @@
|
|||||||
### SPARK WALLET
|
### SPARK WALLET
|
||||||
# Enable this module to use spark-wallet, a minimalistic wallet GUI for
|
# Enable this module to use spark-wallet, a minimalistic wallet GUI for
|
||||||
# c-lightning, accessible over the web or through mobile and desktop apps.
|
# c-lightning, accessible over the web or through mobile and desktop apps.
|
||||||
# Only enable this if clightning is enabled.
|
# Only available if clightning is enabled.
|
||||||
# services.spark-wallet.enable = true;
|
# services.spark-wallet.enable = true;
|
||||||
|
|
||||||
### ELECTRS
|
### ELECTRS
|
||||||
@ -78,25 +78,25 @@
|
|||||||
|
|
||||||
### LIGHTNING CHARGE
|
### LIGHTNING CHARGE
|
||||||
# Enable this module to use lightning-charge, a simple drop-in solution for
|
# Enable this module to use lightning-charge, a simple drop-in solution for
|
||||||
# accepting lightning payments. Only enable this if clightning is enabled.
|
# accepting lightning payments. Only available if clightning is enabled.
|
||||||
# services.lightning-charge.enable = true;
|
# services.lightning-charge.enable = true;
|
||||||
|
|
||||||
### NANOPOS
|
### NANOPOS
|
||||||
# Enable this module to use nanopos, a simple Lightning point-of-sale
|
# Enable this module to use nanopos, a simple Lightning point-of-sale
|
||||||
# system, powered by Lightning Charge. Only enable this if clightning and
|
# system, powered by Lightning Charge. Only available if clightning and
|
||||||
# lightning-charge are enabled.
|
# lightning-charge are enabled.
|
||||||
# services.nanopos.enable = true;
|
# services.nanopos.enable = true;
|
||||||
|
|
||||||
### WEBINDEX
|
### WEBINDEX
|
||||||
# Enable this module to use the nix-bitcoin-webindex, a simple website
|
# Enable this module to use the nix-bitcoin-webindex, a simple website
|
||||||
# displaying your node information and link to nanopos store. Only enable
|
# displaying your node information and link to nanopos store. Only available
|
||||||
# this if clightning, lightning-charge, and nanopos are enabled.
|
# if clightning, lightning-charge, and nanopos are enabled.
|
||||||
# services.nix-bitcoin-webindex.enable = true;
|
# services.nix-bitcoin-webindex.enable = true;
|
||||||
|
|
||||||
### RECURRING-DONATIONS
|
### RECURRING-DONATIONS
|
||||||
# Enable this module to send recurring donations. This is EXPERIMENTAL; it's
|
# Enable this module to send recurring donations. This is EXPERIMENTAL; it's
|
||||||
# not guaranteed that payments are succeeding or that you will notice payment
|
# not guaranteed that payments are succeeding or that you will notice payment
|
||||||
# failure. Only enable this if clightning is enabled.
|
# failure. Only available if clightning is enabled.
|
||||||
# services.recurring-donations.enable = true;
|
# services.recurring-donations.enable = true;
|
||||||
# Specify the receivers of the donations. By default donations are every
|
# Specify the receivers of the donations. By default donations are every
|
||||||
# Monday at a randomized time. Check `journalctl -eu recurring-donations` or
|
# Monday at a randomized time. Check `journalctl -eu recurring-donations` or
|
||||||
|
Loading…
Reference in New Issue
Block a user