From 56a7b32c716d5b3b8fb3d83b227ed11294020522 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Thu, 4 Apr 2024 20:11:59 +0200 Subject: [PATCH] feat: remove systemd boot timeout --- hosts/laptop-phobos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop-phobos/default.nix b/hosts/laptop-phobos/default.nix index 009e7d1..82dccee 100644 --- a/hosts/laptop-phobos/default.nix +++ b/hosts/laptop-phobos/default.nix @@ -49,7 +49,7 @@ editor = false; # Better security, disallows passing /bin/sh to start as root configurationLimit = 5; }; - timeout = 1; # Grub auto select time + timeout = 0; }; initrd.systemd.enable = true; -- 2.48.1