This commit is contained in:
2025-03-26 00:53:16 -04:00
parent 551a87372f
commit 2c5d877a9a
4 changed files with 28 additions and 53 deletions

View File

@@ -6,10 +6,6 @@
inputs,
...
}:
let
untar = pkgs.callPackage ./util/untar.nix;
in
{
imports = [
./common.nix
@@ -88,7 +84,7 @@ in
mkdir -p ${config.boot.lanzaboote.pkiBundle}
${pkgs.gnutar}/bin/tar xf ${./secrets/secureboot.tar} -C ${config.boot.lanzaboote.pkiBundle}
chown -R root:wheel ${config.boot.lanzaboote.pkiBundle}
chmod -R 700 ${config.boot.lanzaboote.pkiBundle}
chmod -R 500 ${config.boot.lanzaboote.pkiBundle}
'';
};