mirror of
https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git
synced 2025-04-03 19:56:12 -07:00
found the hddtemp path
This commit is contained in:
parent
c9ff715dca
commit
3faccc1b99
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = ''
|
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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue