From 1f2ccb79ec1c6f52460606f6405ac272838f00c8 Mon Sep 17 00:00:00 2001 From: Svenum <43136984+Svenum@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:38:50 +0200 Subject: [PATCH] Update to main branch + switch to fw-ectool (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding @Svenum as an assignee to nix-related issues (#43) * Fixing adding @Svenum as an assignee to nix-related issues (#44) (non contributors cannot be assigned to issues) * Reload will report if config couldn't be parsed and the service keeps running. (#46) Authored-by: Nina Alexandra Klama * Removing binary blobs from the project (#51) * removing binary blobs from the project. we now fetch the ectool from the gitlab artifacts and confirm the checksum. * remove bin references from README.md * extracting $TEMP_FOLDER from installEctool * Fix README spelling/grammer, fix "FrameWork" capitalization in service description (#52) * Review README spelling/grammar * Fix "FrameWork" capitalization in service * Clarify behaviour on service stop or pause (#53) (#55) * Separating FanController into different subclasses to allow HardwareController and SocketController diversity. 2 (Repost of #50) (#58) * separating `FanController` into different subclasses to allow `HardwareController` and `SocketController` diversity * adding the new arguments into the README.md * fixing an indentation error causing `--strategy ` not to work (the simple `` still worked) * add fw-ectool in module * fixing missing print for command execution (#63) --------- Co-authored-by: LĂ©opold Hubert Co-authored-by: Nina Alexandra Klama Co-authored-by: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index b2b9163..4ed6d5d 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -85,7 +85,7 @@ in # Install package environment.systemPackages = with pkgs; [ fw-fanctrl - ectool + fw-ectool ]; # Create config