From 9fec3d97dc1e321cc024086ef9ceb9b7d68f68dd Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 16:45:14 +0200 Subject: machines/tishtushi: Fix bootloader timeout option As of NixOS/nixpkgs@32bed83 the boot loader specific timeout options are gone and there is only a single option for all boot loaders now. Signed-off-by: aszlig --- machines/aszlig/tishtushi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index 3232d222..7026fc4f 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -31,7 +31,7 @@ in { initrd.kernelModules = [ "fbcon" "usb_storage" ]; loader.grub.device = "/dev/disk/by-id/${diskID}"; - loader.grub.timeout = 0; + loader.timeout = 0; }; networking.hostName = "tishtushi"; -- cgit 1.4.1