all repos — nixfiles @ ae7ff666c08c927f77619e96b77bb4db3fd0d549

System and user configuration, managed by nix and home-manager

prefect: boot Windows by default
Alan Pearce alan@alanpearce.eu
Thu, 05 Nov 2020 15:26:15 +0100
commit

ae7ff666c08c927f77619e96b77bb4db3fd0d549

parent

b407086870df44ed217ee22e2310b2ee9b82250b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -34,6 +34,7 @@ Option "AllowIndirectGLXProtocol" "off"     Option "TripleBuffer" "on"
   '';
   boot.loader.timeout = 3;
+  boot.loader.grub.default = 2; # Default to Windows
 
   fileSystems."/data" = {
     label = "Data";