mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed config argument
This commit is contained in:
parent
d7d0613c55
commit
e6af2cf898
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue