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
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 7 additions and 7 deletions

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