Files
dotfiles/system/bitcoin/electrs.nix
T
2024-07-23 10:23:45 +02:00

4 lines
118 B
Nix

### ELECTRS
# Set this to enable electrs, an Electrum server implemented in Rust.
{ services.electrs.enable = true; }