Fix security flaw and remove systemd-boot timeout for gunther

This commit is contained in:
Leon Vatthauer 2025-02-16 22:47:33 +01:00
parent c7d63aaa53
commit f403b17ed1
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.editor = false;
boot.plymouth.enable = true;
# udev for brillo

View file

@ -39,6 +39,7 @@
kernelPackages = pkgs.linuxPackages_latest;
# systemd-boot
loader.timeout = null;
loader.efi.canTouchEfiVariables = true;
loader.efi.efiSysMountPoint = "/boot";
loader.systemd-boot = {
@ -54,6 +55,7 @@
enable = true;
sortKey = "z_edk2";
};
editor = false;
};
# plymouth