0700 -> 0500 secureboot keys

This commit is contained in:
Simon Gardling 2025-03-26 00:54:11 -04:00
parent eacd0d6c44
commit 763e495d2d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -87,7 +87,7 @@
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}
'';
};