summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-09-21 14:46:24 +0200
committerAlan Pearce2020-09-21 14:46:53 +0200
commit43af8a15b95702fe27e79c1eac85a77de5a29474 (patch)
tree175479fd1f04fa91867682727b0bff43f0ebbeb7 /system/prefect.nix
parent8948ec977d2a2cd6962e3f6e53470d32679df4db (diff)
downloadnixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.tar.lz
nixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.tar.zst
nixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.zip
prefect: simplify dual-booting with grub2
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index f015beae..3cbdcea2 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -14,7 +14,7 @@
     ./settings/hardware/audio.nix
     ./settings/hardware/bare-metal.nix
     ./settings/hardware/mouse.nix
-    ./settings/hardware/systemd-boot.nix
+    ./settings/hardware/grub2.nix
     ./settings/hardware/nvidia-gpu.nix
     ./settings/hardware/keyboard.nix
     ./settings/hardware/trackball.nix
@@ -33,6 +33,7 @@
     Option "AllowIndirectGLXProtocol" "off"
     Option "TripleBuffer" "on"
   '';
+  boot.loader.timeout = 3;
 
   fileSystems."/data" = {
     label = "Data";