Create electrs.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 10:23:45 +02:00
committed by GitHub
parent 3b67911c40
commit 4bc594c6dd
+3
View File
@@ -0,0 +1,3 @@
### ELECTRS
# Set this to enable electrs, an Electrum server implemented in Rust.
{ services.electrs.enable = true; }