feat: enable secure boot
This commit is contained in:
parent
1fcc45dd32
commit
1f1c93b775
4 changed files with 52 additions and 12 deletions
pkgs/systemd
|
@ -30,6 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-6rxJUYRq785U6aik5VhQRqG+Ss67lBB6T3eQF+tkyhk=";
|
||||
};
|
||||
|
||||
patches = [ ./skip-verify-esp.patch ];
|
||||
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue