diff --git a/nix/configuration/hosts/odo/default.nix b/nix/configuration/hosts/odo/default.nix index e7f802a..4543931 100644 --- a/nix/configuration/hosts/odo/default.nix +++ b/nix/configuration/hosts/odo/default.nix @@ -23,4 +23,8 @@ # Mount tmpfs at /tmp boot.tmp.useTmpfs = true; + + environment.systemPackages = with pkgs; [ + fw-ectool + ]; }