diff options
author | Alan Pearce | 2020-11-05 15:26:15 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-05 15:26:15 +0100 |
commit | ae7ff666c08c927f77619e96b77bb4db3fd0d549 (patch) | |
tree | 4c4c1441c5c5b1322008039b054271738dc85d25 | |
parent | b407086870df44ed217ee22e2310b2ee9b82250b (diff) | |
download | nixfiles-ae7ff666c08c927f77619e96b77bb4db3fd0d549.tar.lz nixfiles-ae7ff666c08c927f77619e96b77bb4db3fd0d549.tar.zst nixfiles-ae7ff666c08c927f77619e96b77bb4db3fd0d549.zip |
prefect: boot Windows by default
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |