mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
tosh: override grub timeout
This commit is contained in:
parent
7902619bc7
commit
89e955a871
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
loader.timeout = pkgs.lib.mkForce 3;
|
||||||
loader.grub.enable = true;
|
loader.grub.enable = true;
|
||||||
loader.grub.device = "/dev/disk/by-id/wwn-0x50000391e71024d6";
|
loader.grub.device = "/dev/disk/by-id/wwn-0x50000391e71024d6";
|
||||||
initrd.luks.devices.cryptroot = { device = "/dev/disk/by-id/wwn-0x50000391e71024d6-part2"; };
|
initrd.luks.devices.cryptroot = { device = "/dev/disk/by-id/wwn-0x50000391e71024d6-part2"; };
|
||||||
|
|
Loading…
Reference in a new issue