From 89e955a87179bdc82e69e636509ec62ae08cac46 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 27 Apr 2021 12:28:18 -0400 Subject: [PATCH] tosh: override grub timeout --- hosts/tosh/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tosh/configuration.nix b/hosts/tosh/configuration.nix index 1e60bdc..d092019 100644 --- a/hosts/tosh/configuration.nix +++ b/hosts/tosh/configuration.nix @@ -12,6 +12,7 @@ }; boot = { + loader.timeout = pkgs.lib.mkForce 3; loader.grub.enable = true; loader.grub.device = "/dev/disk/by-id/wwn-0x50000391e71024d6"; initrd.luks.devices.cryptroot = { device = "/dev/disk/by-id/wwn-0x50000391e71024d6-part2"; };