Add comments to fulcrum.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 09:20:27 +02:00
committed by GitHub
parent 41eb2f2d7e
commit 69a259ab81
+9
View File
@@ -1,5 +1,14 @@
### FULCRUM
{ {
services.fulcrum = { services.fulcrum = {
# Set this to enable fulcrum, an Electrum server implemented in C++.
#
# Compared to electrs, fulcrum has higher storage demands but
# can serve arbitrary address queries instantly.
#
# Before enabling fulcrum, and for more info on storage demands,
# see the description of option `enable` in ../modules/fulcrum.nix
#
enable = true; enable = true;
}; };
} }