aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:32:47 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:32:47 +0200
commite57e3100d857ba9e4ef383bdbb5757e8c2f7e40f (patch)
treeaec9da18b2aeea5301adad318d6d85b8676da986
parentmodules/{atuin,common,backup}: Fix minor typos and unused imports (diff)
downloadnixos-config-e57e3100d857ba9e4ef383bdbb5757e8c2f7e40f.zip
modules/boot: Sign added tails linux kernel
Diffstat (limited to '')
-rw-r--r--modules/by-name/bo/boot/module.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix
index af9dcfc2..310355d2 100644
--- a/modules/by-name/bo/boot/module.nix
+++ b/modules/by-name/bo/boot/module.nix
@@ -113,6 +113,8 @@ in {
systemdCfg.extraFiles
)}
+ ${lib.getExe pkgs.sbctl} sign "${bootMountPoint}/${tailsPrefix}/vmlinuz-linux"
+
${concatStrings (
mapAttrsToList (n: v: ''
${install} -Dp "${pkgs.writeText n v}" "${bootMountPoint}/loader/entries/"${escapeShellArg n}