tosh: override grub timeout

This commit is contained in:
Sean Buckley 2021-04-27 12:28:18 -04:00
parent 7902619bc7
commit 89e955a871

View file

@ -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"; };