fixed argument for chrono_track

main
Nickiel12 8 months ago
parent 36a1db441e
commit 913e030e4f

@ -177,7 +177,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
serviceConfig = {
Type = "oneshot";
ExecStart = ''
${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from_addr ${cfg.from_address}
${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from-addr ${cfg.from_address}
'';
};
};

Loading…
Cancel
Save