diff --git a/modules/development/dt-host.nix b/modules/development/dt-host.nix index 1422a3cf9c..20cd9fee74 100644 --- a/modules/development/dt-host.nix +++ b/modules/development/dt-host.nix @@ -29,6 +29,8 @@ in pkgs.lshw # List microvm status pkgs.ghaf-vms + # EFI tools for enrolling certs + pkgs.efitools ]); }; }