From 3faccc1b999a965b88fbac567fc222243c49eedd Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 25 Aug 2023 23:03:12 -0700 Subject: [PATCH] found the hddtemp path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4d700f0..9d82ca9 100644 --- a/flake.nix +++ b/flake.nix @@ -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} ''; }; };