update
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user