summary refs log tree commit diff stats
path: root/system/settings/hardware/grub2.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/settings/hardware/grub2.nix
parent8948ec977d2a2cd6962e3f6e53470d32679df4db (diff)
downloadnixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.tar.lz
nixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.tar.zst
nixfiles-43af8a15b95702fe27e79c1eac85a77de5a29474.zip
prefect: simplify dual-booting with grub2
Diffstat (limited to 'system/settings/hardware/grub2.nix')
-rw-r--r--system/settings/hardware/grub2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/grub2.nix b/system/settings/hardware/grub2.nix
index 70e86e71..e0043692 100644
--- a/system/settings/hardware/grub2.nix
+++ b/system/settings/hardware/grub2.nix
@@ -7,6 +7,7 @@
       version = 2;
       device = "nodev";
       efiSupport = true;
+      useOSProber = true;
     };
     efi.canTouchEfiVariables = true;
   };