config-filed the url, fixed command error

This commit is contained in:
Nickiel12 2023-08-25 20:37:55 -07:00
parent a50efdeea0
commit 8494664829
2 changed files with 7 additions and 6 deletions

View file

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