set debug to true

This commit is contained in:
Nickiel12 2023-09-10 21:51:20 -07:00
parent 5a6bf5d8ce
commit 8c4587544c

View file

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