found the hddtemp path

This commit is contained in:
Nickiel12 2023-08-25 23:03:12 -07:00
parent c9ff715dca
commit 3faccc1b99

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 --hddtemp-executable ${pkgs.hddtemp} --config-file ${builtins.toString cfg.config_path}
${cfg.package}/bin/status_cloud --hddtemp-executable ${pkgs.hddtemp}/bin/hddtemp --config-file ${builtins.toString cfg.config_path}
'';
};
};