From f76c13d1035f552007120a30c4ccaf3d1d78cf19 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 16 Jun 2025 15:53:22 -0400 Subject: [PATCH] Use hydro-os signing module --- recipes/recipe.yml | 3 ++- recipes/recipe_nvidia.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index c84974e..bb39b8f 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -24,5 +24,6 @@ modules: - from-file: components/default-flatpak.yml - from-file: components/chezmoi-module.yml - - type: signing # this sets up the proper policy & signing files for signed images to work fully + - type: hydro-os-signing + source: local diff --git a/recipes/recipe_nvidia.yml b/recipes/recipe_nvidia.yml index 6373f64..eeecf16 100644 --- a/recipes/recipe_nvidia.yml +++ b/recipes/recipe_nvidia.yml @@ -26,5 +26,6 @@ modules: - from-file: components/chezmoi-module.yml - type: initramfs - - type: signing # this sets up the proper policy & signing files for signed images to work fully + - type: hydro-os-signing + source: local