mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -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";
|
||||
|
||||
script = "${pkgs.electrs}/bin/electrs";
|
||||
scriptArgs = "--config=${conf}";
|
||||
scriptArgs = "--conf=${conf}";
|
||||
|
||||
after = [
|
||||
"bitcoind-btc.service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue