diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:32:47 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:32:47 +0200 |
| commit | e57e3100d857ba9e4ef383bdbb5757e8c2f7e40f (patch) | |
| tree | aec9da18b2aeea5301adad318d6d85b8676da986 /modules/by-name/bo/boot/module.nix | |
| parent | modules/{atuin,common,backup}: Fix minor typos and unused imports (diff) | |
| download | nixos-config-e57e3100d857ba9e4ef383bdbb5757e8c2f7e40f.zip | |
modules/boot: Sign added tails linux kernel
Diffstat (limited to 'modules/by-name/bo/boot/module.nix')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 2 |
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} |
