tried to pass hddtemp executable

This commit is contained in:
Nickiel12 2023-08-25 22:56:42 -07:00
parent 5ddc4274c8
commit cb4def2aee
2 changed files with 7 additions and 3 deletions

View file

@ -98,7 +98,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 --hddtemp-executable ${pkg.hddtemp} --config-file ${builtins.toString cfg.config_path}
'';
};
};