fixed config argument

This commit is contained in:
Bryan Ramos 2024-05-15 00:29:33 -04:00
parent d7d0613c55
commit e6af2cf898
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -47,7 +47,7 @@ in
description = "Electrs Bitcoin Indexer"; description = "Electrs Bitcoin Indexer";
script = "${pkgs.electrs}/bin/electrs"; script = "${pkgs.electrs}/bin/electrs";
scriptArgs = "--config=${conf}"; scriptArgs = "--conf=${conf}";
after = [ after = [
"bitcoind-btc.service" "bitcoind-btc.service"