From 50b66a3262b679be7b74c31823ef90c106ef146b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 20 Apr 2026 11:33:29 +0100 Subject: [PATCH] Adding sensors --- hosts/FredOS-Mediaserver.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/FredOS-Mediaserver.nix b/hosts/FredOS-Mediaserver.nix index 26ed271..d6d3221 100644 --- a/hosts/FredOS-Mediaserver.nix +++ b/hosts/FredOS-Mediaserver.nix @@ -19,6 +19,7 @@ ghostty.terminfo matugen usbutils + 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} "$@"