From ae7ff666c08c927f77619e96b77bb4db3fd0d549 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 5 Nov 2020 15:26:15 +0100 Subject: prefect: boot Windows by default --- system/prefect.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/prefect.nix b/system/prefect.nix index 50f21817..833d9211 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -34,6 +34,7 @@ Option "TripleBuffer" "on" ''; boot.loader.timeout = 3; + boot.loader.grub.default = 2; # Default to Windows fileSystems."/data" = { label = "Data"; -- cgit 1.4.1