Remove bootloader timeout
This commit is contained in:
@ -88,12 +88,15 @@ with mylib.networking; {
|
|||||||
kernelParams = ["mitigations=off"]; # I don't care about security regarding spectre/meltdown
|
kernelParams = ["mitigations=off"]; # I don't care about security regarding spectre/meltdown
|
||||||
|
|
||||||
# plymouth.enable = true;
|
# plymouth.enable = true;
|
||||||
loader.systemd-boot.enable = true;
|
loader = {
|
||||||
loader.systemd-boot.configurationLimit = 60;
|
timeout = null;
|
||||||
loader.systemd-boot.editor = false;
|
systemd-boot.enable = true;
|
||||||
loader.systemd-boot.consoleMode = "max";
|
systemd-boot.configurationLimit = 5;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
systemd-boot.editor = false;
|
||||||
loader.efi.efiSysMountPoint = "/boot/efi";
|
systemd-boot.consoleMode = "max";
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
|
efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
};
|
||||||
|
|
||||||
# Make /tmp volatile
|
# Make /tmp volatile
|
||||||
tmp.useTmpfs = true;
|
tmp.useTmpfs = true;
|
||||||
|
Reference in New Issue
Block a user