From 0ec34b24a0fcac75918c0549557c492dbd172d46 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sun, 7 Sep 2025 15:35:56 +0200 Subject: [PATCH] feat(stolas): add tool for talking to EC --- nixos/stolas/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index 606f4f8..5ff063a 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -45,9 +45,11 @@ }; environment.systemPackages = [ + config.dadada.pkgs.repo-rs # For debugging and troubleshooting Secure Boot. pkgs.sbctl - config.dadada.pkgs.repo-rs + # Framework embedded controller interface + pkgs.fw-ectool ]; hardware = {