config/boot/loader: set timeout to 0
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -19,7 +19,6 @@
|
|||||||
hostName = "morphius";
|
hostName = "morphius";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.timeout = lib.mkForce 0;
|
|
||||||
environment.memoryAllocator.provider = "mimalloc";
|
environment.memoryAllocator.provider = "mimalloc";
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
time.timeZone = "Europe/Kyiv";
|
time.timeZone = "Europe/Kyiv";
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
timeout = 3;
|
timeout = 0;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
consoleMode = "auto";
|
consoleMode = "auto";
|
||||||
|
Reference in New Issue
Block a user