From 9f0b2204272ec6bab5c3de056f35202e451b1335 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 20 Apr 2026 11:34:49 +0100 Subject: [PATCH] Corrected sensors. --- hosts/FredOS-Mediaserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Mediaserver.nix b/hosts/FredOS-Mediaserver.nix index d6d3221..82e6f75 100644 --- a/hosts/FredOS-Mediaserver.nix +++ b/hosts/FredOS-Mediaserver.nix @@ -19,7 +19,7 @@ ghostty.terminfo matugen usbutils - lm-sensors + lm_sensors (pkgs.writeShellScriptBin "transcode-hevc" '' export PATH="${pkgs.jellyfin-ffmpeg}/bin:${pkgs.coreutils}/bin:${pkgs.findutils}/bin:${pkgs.gnugrep}/bin:${pkgs.gawk}/bin:${pkgs.bc}/bin:${pkgs.curl}/bin:$PATH" exec ${pkgs.bash}/bin/bash ${../scripts/transcode-hevc.sh} "$@"