diff --git a/system/boot.nix b/system/boot.nix index 6036734..9999b49 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -2,7 +2,8 @@ boot = { consoleLogLevel = 3; initrd.verbose = false; - loader = { + loader = { + timeout = 0; systemd-boot = { enable = true; };