feat: remove systemd boot timeout
1 files changed, 1 insertions(+), 1 deletions(-) M hosts/laptop-phobos/default.nix
M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +1 -1
@@ 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;