Fixed typo and replaced tab with spaces

This commit is contained in:
nixbitcoin
2019-01-04 10:47:06 +01:00
parent 9ada1d32f3
commit 197155fb0b

View File

@@ -33,7 +33,7 @@ in {
systemd.services.electrs = {
description = "Run electrs";
wantedBy = [ "muli-user.target" ];
wantedBy = [ "multi-user.target" ];
requires = [ "bitcoind.service" ];
after = [ "bitcoind.service" ];
# create shell script to start up electrs safely with password parameter